Created
March 25, 2016 01:14
-
-
Save EntropyWorks/c56876ae1cdc0ba1c0b2 to your computer and use it in GitHub Desktop.
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
| #!/usr/bin/env ANSIBLE_HOSTS="localhost," ANSIBLE_CONNECTION=local ansible-playbook -v $@ | |
| # You need to have cloned kraken and then cd into the ansible dir | |
| # vim:ft=yaml | |
| --- | |
| - name: install kraken | |
| hosts: localhost | |
| roles: | |
| - kraken-local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment