Ansible action plugin to template arbitrary json ini yaml data
73aa099f0a
The config template action plugin assumes that the local node is supplying a configuration file that will be used to copy content to a target node. This change gives the module the ability to change configuration files on target nodes using all remote sources. The new boolean option, `remote_src` has been added to enable or disable this functionality. When enabled, the module will retrieve content from the target node and load it as "user_content". By pre-loading it in the user content the module will function normally without any major structural changes or performance impact. Change-Id: Id9c7e16fb935c2da0b32b7cf53449f68bd1e9c89 Signed-off-by: Kevin Carter <kecarter@redhat.com> |
||
---|---|---|
action | ||
doc | ||
examples | ||
library | ||
meta | ||
releasenotes | ||
tests | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
action_plugins | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
manual-test.rc | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
tox.ini | ||
Vagrantfile |
Team and repository tags
OpenStack-Ansible plugins
These are the plugins the OpenStack-Ansible deployment project relies
on. The plugins can be added to any Ansible project by simply cloning
this repository and setting up the ansible.cfg
file to
point at them as additional plugins for your 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:
-
https://git.openstack.org/cgit/openstack/ansible-config_template/
- The project home is at: