Ansible action plugin to template arbitrary json ini yaml data
Go to file
Andy McCrae fcf669b78c Fix config_template to work with Ansible 2.6
In Ansible 2.6 the copy module now recognizes the "_original_basename"
option and not the "original_basename" option. In order for this module
to work with versions less than 2.6.0 and 2.6.0+ we need to allow an if
statement based on the version of Ansible being used.

Change-Id: I3f7a12dec77ea6e8e3c9fcae6ce9c162df57e50c
2018-07-04 12:22:02 +01:00
action Fix config_template to work with Ansible 2.6 2018-07-04 12:22:02 +01: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 Allow default section in ini to be specified 2018-05-09 12:57:33 +01:00
tests Allow default section in ini to be specified 2018-05-09 12:57:33 +01:00
zuul.d Switch to using project-templates 2018-06-20 17:01:07 -04:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-28 09:23:05 +00:00
.gitreview Cleanup config_template repo 2018-02-26 14:42:49 +00:00
CONTRIBUTING.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:38:19 -05:00
LICENSE Update LICENSE file 2016-02-01 16:47:07 +00:00
README.rst Add document links to README 2018-06-30 11:49:02 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:46:13 +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-04-30 05:18:03 +00:00
setup.cfg Cleanup config_template repo 2018-02-26 14:42:49 +00:00
setup.py Updated from global requirements 2017-03-02 11:52:19 +00:00
tox.ini Use tests repo for common role test requirements 2018-07-01 21:55:02 +00: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/