roles/wazuh-agent: add message explaining when auto-enrollment registration path is fired or not
This commit is contained in:
parent
f7ed5f1f7f
commit
58167dbd1f
@ -213,6 +213,11 @@
|
||||
- config
|
||||
- api
|
||||
|
||||
- name: Linux | Agent registration via auto-enrollment
|
||||
debug:
|
||||
msg: Agent registration will be performed through enrollment option in templated ossec.conf
|
||||
when: wazuh_agent_config.enrollment.enabled == 'yes'
|
||||
|
||||
- name: Linux | Installing agent configuration (ossec.conf)
|
||||
template:
|
||||
src: var-ossec-etc-ossec-agent.conf.j2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user