Merge pull request #509 from wazuh/feature-role-agent-registration
Agent registration through REST updates
This commit is contained in:
commit
2f3a963175
@ -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