Skip to content

Instantly share code, notes, and snippets.

View jonathonwalz's full-sized avatar

Jonathon Walz jonathonwalz

View GitHub Profile
@jonathonwalz
jonathonwalz / create-role
Created August 21, 2015 13:54
Ansible Role Create Oneline
ansible-galaxy init "$1"
cd "$1"
git init
curl -o .git/hooks/pre-commit https://gist.githubusercontent.com/azenk/affce5e1a64400778812/raw/51024b9426181c25ee31aca692014262186b2d9a/pre-commit.syntax
chmod a+x .git/hooks/pre-commit
git add -A
git commit -m "Initial Commit"
<script>
(function (){
var d=document,de=d.documentElement;
de.className=de.className.replace("no-js","js");
if (!window.FontFace) {
var fl= d.createElement('script');
fl.src='/dist/fontloader.js';
d.write(fl.outerHTML);
}
})();