Skip to content

Instantly share code, notes, and snippets.

@EntropyWorks
Created March 25, 2016 01:14
Show Gist options
  • Select an option

  • Save EntropyWorks/c56876ae1cdc0ba1c0b2 to your computer and use it in GitHub Desktop.

Select an option

Save EntropyWorks/c56876ae1cdc0ba1c0b2 to your computer and use it in GitHub Desktop.
#!/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