Add template to configure "preloaded_vars" in Wazuh Manager role

This commit is contained in:
Jose M 2019-11-19 12:12:36 +01:00
parent cc9f28719c
commit 9e4544ae42

View File

@ -0,0 +1,7 @@
{% for key, value in wazuh_sources_installation.items() %}
{% if "user_" in key %}
{% if value is defined and value is not none %}
{{ key|upper }}="{{ value }}"
{% endif %}
{% endif %}
{% endfor %}