Set empty authd pass
This commit is contained in:
parent
2f33aa20c5
commit
9cac95729b
@ -226,6 +226,7 @@
|
||||
when:
|
||||
- wazuh_agent_config.enrollment.enabled == 'yes'
|
||||
- wazuh_agent_config.enrollment.authorization_pass_path | length > 0
|
||||
- ( authd_pass is defined) and ( authd_pass|length > 0)
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
---
|
||||
# We recommend the use of Ansible Vault to protect Wazuh, api, agentless and authd credentials.
|
||||
# authd_pass: 'foobar'
|
||||
authd_pass: ultrasecret
|
||||
authd_pass: ''
|
||||
Loading…
Reference in New Issue
Block a user