Merge pull request #509 from wazuh/feature-role-agent-registration

Agent registration through REST updates
This commit is contained in:
neonmei 2020-11-23 15:29:44 -03:00 committed by GitHub
commit 2f3a963175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,6 +213,11 @@
- config - config
- api - 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) - name: Linux | Installing agent configuration (ossec.conf)
template: template:
src: var-ossec-etc-ossec-agent.conf.j2 src: var-ossec-etc-ossec-agent.conf.j2