Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petems/ansible-html
A basic callback_plugin to output to an HTML
https://github.com/petems/ansible-html
Last synced: 7 days ago
JSON representation
A basic callback_plugin to output to an HTML
- Host: GitHub
- URL: https://github.com/petems/ansible-html
- Owner: petems
- License: mit
- Created: 2014-07-31T19:28:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T21:44:51.000Z (over 10 years ago)
- Last Synced: 2024-10-19T23:44:23.742Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
===============
ansible-html
===============An Ansible plugin for outputting logs to HTML, heavily WIP right now!
# Usage
Make a directory called `callback_plugins` next to your playbook and put `html_logs.py` inside of it
```bash
mkdir callback_plugins
cd callback_plugins
wget https://raw.githubusercontent.com/petems/ansible-html/master/callback_plugins/html_logs.py
```