https://github.com/casey/ansible-here
https://github.com/casey/ansible-here
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casey/ansible-here
- Owner: casey
- License: other
- Created: 2015-12-12T06:43:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T07:11:25.000Z (over 10 years ago)
- Last Synced: 2025-02-14T01:18:24.242Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.