You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether to create certain config files from templates. Not fully supported for conf.xml and web.xml, leave that disabled!
Additionally the defaults/main.yml file states:
# XXX these are not fully supported yet, leave as is!
exist_confxml_from_template: no
However, it appears that this option has been set to yes in certain production systems that we have inherited. So I am wondering of the documentation is out of date, or that this should not actually be used in a production system?
Additionally if I search through this Ansible code, it appears to me that all exist_confxml_* settings will actually be ignored unless exist_confxml_from_template: yes is set. Is that the case?
The text was updated successfully, but these errors were encountered:
adamretter
changed the title
Is exist_confxml_from_template production ready?
[bug] Is exist_confxml_from_template production ready?
Apr 19, 2023
The
README.md
for this project states:Additionally the
defaults/main.yml
file states:However, it appears that this option has been set to
yes
in certain production systems that we have inherited. So I am wondering of the documentation is out of date, or that this should not actually be used in a production system?Additionally if I search through this Ansible code, it appears to me that all
exist_confxml_
* settings will actually be ignored unlessexist_confxml_from_template: yes
is set. Is that the case?The text was updated successfully, but these errors were encountered: