Ansible action plugin to template arbitrary json ini yaml data
Go to file
Kevin Carter 73aa099f0a Add option to use a remote source
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>
2019-07-09 16:19:08 +00:00
action Add option to use a remote source 2019-07-09 16:19:08 +00:00
doc Fix pep8 for config_template.py 2018-03-26 12:53:57 +00:00
examples Cleanup config_template repo 2018-02-26 14:42:49 +00:00
library Add option to use a remote source 2019-07-09 16:19:08 +00:00
meta Add Bionic testing 2018-05-14 20:40:10 +02:00
releasenotes Add option to use a remote source 2019-07-09 16:19:08 +00:00
tests Add option to use a remote source 2019-07-09 16:19:08 +00:00
zuul.d Switch python3 test to bionic 2018-10-30 18:27:49 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-10-02 14:56:41 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:22 +00:00
action_plugins Allow config_template to be loaded as a role 2018-06-17 14:36:48 -05:00
bindep.txt Updated from OpenStack Ansible Tests 2019-05-09 11:36:14 +00:00
CONTRIBUTING.rst Replace Chinese quotes with English quotes 2018-10-02 02:38:35 -04:00
LICENSE Update LICENSE file 2016-02-01 16:47:07 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 12:04:13 +01:00
README.rst Add source code repository and project home notes link to README 2018-07-01 21:30:49 -04:00
run_tests.sh Updated from OpenStack Ansible Tests 2019-05-09 11:36:14 +00:00
setup.cfg Change the author-email openstack-dev to openstack-discuss 2019-05-16 09:18:30 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:19 +00:00
tox.ini fix tox python3 overrides 2018-09-26 18:41:24 -04:00
Vagrantfile Updated from OpenStack Ansible Tests 2019-06-27 10:24:31 +00:00

Team and repository tags

image

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:

https://docs.openstack.org/ansible-config_template/latest/

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:

https://launchpad.net/openstack-ansible