Set empty authd pass
This commit is contained in:
parent
2f33aa20c5
commit
9cac95729b
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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: ''
|
||||||
Loading…
Reference in New Issue
Block a user