Ansible action plugin to template arbitrary json ini yaml data
Go to file
cloudnull 78bcedc36e
Correct "changed" to work with the latest ansible
This commit adds a check for "changed" in the return from the copy
module. If the value is not possitive `rc['changed']` will be set
with the constant "changed" from within the action plugin.

Change-Id: Id65e6e57d174c4c25d99836b09ad049302d4e42c
Signed-off-by: cloudnull <kevin@cloudnull.com>
2019-02-05 00:13:12 -06:00
action Correct "changed" to work with the latest ansible 2019-02-05 00:13:12 -06: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 Allow default section in ini to be specified 2018-05-09 12:57:33 +01:00
meta Add Bionic testing 2018-05-14 20:40:10 +02:00
releasenotes Compare dict vars to determine changed 2018-09-24 20:08:51 -04:00
tests Set container_name as host_var in test inventory 2018-10-22 11:49:50 +01: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 Cleanup config_template repo 2018-02-26 14:42:49 +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
README.rst Add source code repository and project home notes link to README 2018-07-01 21:30:49 -04:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-09-28 06:23:37 +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 2017-12-06 00:06:54 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 12:04:13 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-09-29 04:57:24 +00:00
setup.cfg Use usr/share/ansible/plugins for data_files 2019-01-17 10:39:41 +00: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

README.rst

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