- Links
- Description
- Features
- Installation
- Questions / Help?
- Bug reporting
- Authors
- Supported Python Versions
- Website: wrogrammer.com
Clean Ansible is the tool to detect incorrect variables before the provisioning process with use Ansible automation tool.
The Ansible doesn’t have functionality to check variables before running deployment.
-
find undefined Ansible variables
clean-ansible
is able to find undefined variables declared in Ansible:tasks
,playbooks
, andtemplates
. -
find redundant Ansible variables
clean-ansible
is able to show the repeated Ansible variables based on Ansible variables precedence.
To use clean-ansible
run:
git clone https://github.com/wrogrammer/clean-ansible
pip3 install tox
and:
tox -e dvars
to find redundant defaults variables
tox -e gvars
to find redundant defaults variables
Feel free to contact me:
wrogrammer@gmail.com
Just open a Github issue.
- Michał Janik (@wrogrammer)
clean-ansible
is supported on Python 3.4+.