Ansible action plugin to template arbitrary json ini yaml data
2a59c043ed
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I74130dab437c7ec7333d19bf2efc6f9b6095a0ff |
||
---|---|---|
doc | ||
examples | ||
library | ||
meta | ||
plugins/action | ||
releasenotes | ||
tests | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
action | ||
action_plugins | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
galaxy.yml | ||
LICENSE | ||
manual-test.rc | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
tox.ini | ||
Vagrantfile |
Team and repository tags
OpenStack-Ansible config_template
This module is an ansible plugin that extends regular template functionality with the ability to override items in config, in transit, through the use of a simple dictionary without having to write out various temp files on target machines.
WARNING
Installation from PyPI or as a Python module is deprecated and will be removed in future releases. Please, use ansible-galaxy to install the collection.
More infromation about the project
- Documentation for the project can be found at:
- Release notes for the project can be found at:
-
https://docs.openstack.org/releasenotes/ansible-config_template/
- The project source code repository is located at:
- The project home is at:
- The project bug tracker is located at: