Add template to configure "preloaded_vars" in Wazuh Manager role
This commit is contained in:
parent
cc9f28719c
commit
9e4544ae42
@ -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 %}
|
||||
Loading…
Reference in New Issue
Block a user