pawel-t / ansible-template-ui

Web UI for testing ansible templates

Home Page:https://ansible.sivel.net/test/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-template-ui

Web UI for testing ansible templates

Docker Container

Pull

docker pull sivel/ansible-template-ui:devel

Build

docker build -t ansible-template-ui:devel docker/devel

Web App

Dev

python -m ansible_template_ui

Production

PEX

pip install pex
./build_pex.sh
ansible_template_ui.pex -k gevent ansible_template_ui:app

Without PEX

pip install -r requirements.txt -r deploy-requirements.txt
gunicorn -k gevent ansible_template_ui:app

About

Web UI for testing ansible templates

https://ansible.sivel.net/test/

License:Apache License 2.0


Languages

Language:Python 51.0%Language:HTML 25.1%Language:JavaScript 10.2%Language:Dockerfile 9.4%Language:Shell 4.4%