/ansible-here

Primary LanguageShellOtherNOASSERTION

ansible-here

ansible-here makes ansible playbooks executable. You can use it on a shebang at the beginning of a playbook, like so: #!/usr/bin/env ansible-here, make the playbook executable, and invoke it to run it on the local host. Check out the test file for an example.