Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabramo/ansible-heroku-output
ansible callback plugin to make it output results in a Herokuish way; adapted from https://gist.github.com/cliffano/9868180
https://github.com/msabramo/ansible-heroku-output
Last synced: 28 days ago
JSON representation
ansible callback plugin to make it output results in a Herokuish way; adapted from https://gist.github.com/cliffano/9868180
- Host: GitHub
- URL: https://github.com/msabramo/ansible-heroku-output
- Owner: msabramo
- Created: 2015-06-29T23:20:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T19:14:22.000Z (over 9 years ago)
- Last Synced: 2024-05-09T20:47:18.379Z (8 months ago)
- Language: Python
- Homepage:
- Size: 365 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-heroku-output
adapted from https://gist.github.com/cliffano/9868180
## Example
```
$ ansible-playbook foo.yml
...
PLAY [profilesvc] *************************************************************GATHERING FACTS ***************************************************************
fatal: [host5] => SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh
-----> ERROR: host5 was unreachable
SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh
ok: [host4]
ok: [host3]
ok: [host1]
ok: [host2]TASK: [shell date] ************************************************************
changed: [host1]
-----> host1 [|] date [|] stdout
Mon Jun 29 16:24:04 PDT 2015
changed: [host3]
-----> host3 [|] date [|] stdout
Mon Jun 29 16:24:04 PDT 2015
changed: [host2]
-----> host2 [|] date [|] stdout
Mon Jun 29 23:24:05 UTC 2015
changed: [host4]
-----> host4 [|] date [|] stdout
Mon Jun 29 16:24:05 PDT 2015
```## License
MIT