Set empty authd pass

This commit is contained in:
zenidd 2020-10-23 14:04:18 +02:00
parent 2f33aa20c5
commit 9cac95729b
2 changed files with 2 additions and 1 deletions

View File

@ -226,6 +226,7 @@
when: when:
- wazuh_agent_config.enrollment.enabled == 'yes' - wazuh_agent_config.enrollment.enabled == 'yes'
- wazuh_agent_config.enrollment.authorization_pass_path | length > 0 - wazuh_agent_config.enrollment.authorization_pass_path | length > 0
- ( authd_pass is defined) and ( authd_pass|length > 0)
tags: tags:
- config - config

View File

@ -1,4 +1,4 @@
--- ---
# We recommend the use of Ansible Vault to protect Wazuh, api, agentless and authd credentials. # We recommend the use of Ansible Vault to protect Wazuh, api, agentless and authd credentials.
# authd_pass: 'foobar' # authd_pass: 'foobar'
authd_pass: ultrasecret authd_pass: ''