An open API service indexing awesome lists of open source software.

https://github.com/casey/ansible-here


https://github.com/casey/ansible-here

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

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.