This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: 127.0.0.1 | |
connection: local | |
become: no | |
vars: | |
aws_region: us-east-1 | |
tasks: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull origin master \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: localhost | |
connection: local | |
tasks: | |
- name: Install cowsay. | |
homebrew: | |
name: cowsay |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## Buffalo | |
## | |
$the_cow = <<EOC; | |
$thoughts | |
$thoughts _.-````'-,_ | |
_,.,_ ,-'` `'-.,_ | |
/) ( '``-. | |
(( ) ) `\\ | |
\\) (_/ )\\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
.l. | |
'ONx. | |
,0MkMO' | |
;XMMlMMK, | |
;XMMM,MMMK, | |
'KMMMN'NMMMK' | |
....... .dMMMMK'KMMMMo. ...... | |
,cd0XWMMWX0d:XMMMMKlkXMMMK;dOXWWWWXOo:, | |
lc;,'......':xNMMxllKdxMMMNx:'.....',;:ll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.bz2 filter=lfs diff=lfs merge=lfs -text | |
*.gz filter=lfs diff=lfs merge=lfs -text | |
*.tar filter=lfs diff=lfs merge=lfs -text | |
*.tgz filter=lfs diff=lfs merge=lfs -text | |
*.zip filter=lfs diff=lfs merge=lfs -text | |
*.jar filter=lfs diff=lfs merge=lfs -text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: all | |
connection: local | |
gather_facts: no | |
pre_tasks: | |
- debug: | |
var: ansible_limit | |
verbosity: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab'); | |
body { font-family: 'Roboto', sans-serif } | |
.drawer__header, .column-header, .column-header__button, .column-header__back-button, .tabs-bar__link, .landing-page #mastodon-timeline .column-header { font-family: 'Roboto Slab', sans-serif; background: #003f87; color: #ffffff } | |
.tabs-bar__link.active { font-family: 'Roboto Slab', sans-serif; color: #e9e9e4; border-bottom: 2px solid #cd1126 } | |
.drawer__tab { font-family: 'Roboto Slab', sans-serif; color: #ffffff } | |
.button, .simple_form button, .simple_form .button, .simple_form .block-button { background-color: #ce1126 } | |
.flash-message.notice { background: #006b3f; color: #ffffff } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node() { | |
stage ('pre-clean') { | |
cleanWs() | |
} | |
stage ('clone scm') { | |
git 'https://github.com/aws/efs-utils.git' | |
} | |
stage ('build') { | |
sh '''#!/bin/bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: all | |
connection: local | |
vars: | |
stuff: "asdf | |
asdfasdf | |
asdfasdfasdf | |
asdfasdfasdf |