Ansible action plugin to template arbitrary json ini yaml data
Go to file
Dmitriy Rabotyagov e528ed0e9e Fix usage of {% raw %} tags and Jinja2 headers
At the moment we do resolve template 2 times for some historical reasons

This leads to {% raw %} tag as well as any other content be not respected
on the second renderring, since after the first one these tags
are gone, so no escaping or whatsoever work.

At the same time there're no obvious reasons to render second time,
since all override content is being renderred already. So there should
not be anything left that indeed needs this second run.

Change-Id: I414b1b3b4e426316707dda23b9aeff6b6f4f7c2f
Closes-Bug: #1649381
2023-05-01 11:17:53 +02:00
doc Fix usage of {% raw %} tags and Jinja2 headers 2023-05-01 11:17:53 +02:00
examples Update documentation about installation methods 2022-06-23 12:16:24 +02:00
library Add option to enable / disable the template engine 2019-12-17 15:51:15 -06:00
meta Remove references to unsupported operating systems 2021-03-30 15:07:10 +00:00
plugins/action Fix usage of {% raw %} tags and Jinja2 headers 2023-05-01 11:17:53 +02:00
releasenotes Fix usage of {% raw %} tags and Jinja2 headers 2023-05-01 11:17:53 +02:00
tests Fix usage of {% raw %} tags and Jinja2 headers 2023-05-01 11:17:53 +02:00
zuul.d Remove TripleO jobs 2023-03-16 14:46:46 +00:00
.gitignore Updated from OpenStack Ansible Tests 2019-11-21 16:37:19 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:22 +00:00
action Move config_template to plugins/action 2021-11-23 20:37:39 +02:00
action_plugins Move config_template to plugins/action 2021-11-23 20:37:39 +02:00
bindep.txt Updated from OpenStack Ansible Tests 2021-03-22 08:53:10 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-05-12 23:40:43 +03:00
galaxy.yml Release config-template to 1.3.0 2022-06-15 11:00:44 +00: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 Update documentation about installation methods 2022-06-23 12:16:24 +02:00
run_tests.sh Updated from OpenStack Ansible Tests 2022-04-04 15:12:10 +00:00
setup.cfg Update setup for easier packaging and publish a tarball 2019-07-17 07:19:51 -05:00
setup.py Remove python2.7 workaround 2022-04-04 12:55:10 +00:00
tox.ini Replace deprecated whitelist_externals 2023-03-16 11:09:29 +09:00
Vagrantfile Updated from OpenStack Ansible Tests 2021-12-17 16:50:07 +00:00

Team and repository tags

image

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:

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://opendev.org/openstack/ansible-config_template/

The project home is at:

https://launchpad.net/openstack-ansible

The project bug tracker is located at:

https://bugs.launchpad.net/openstack-ansible