Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```