added vars to default/playbook.yml
This commit is contained in:
parent
3249fd86ed
commit
76029f99fd
@ -2,5 +2,18 @@
|
|||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- { role: wazuh/ansible-wazuh-manager, wazuh_manager_config.cluster.disable: 'no' }
|
- role: wazuh/ansible-wazuh-manager
|
||||||
|
vars:
|
||||||
|
wazuh_manager_config:
|
||||||
|
cluster:
|
||||||
|
disable: 'no'
|
||||||
|
name: 'wazuh'
|
||||||
|
node_name: 'manager'
|
||||||
|
node_type: 'master'
|
||||||
|
key: 'ugdtAnd7Pi9myP7CVts4qZaZQEQcRYZa'
|
||||||
|
port: '1516'
|
||||||
|
bind_addr: '0.0.0.0'
|
||||||
|
nodes:
|
||||||
|
- 'manager'
|
||||||
|
hidden: 'no'
|
||||||
- { role: wazuh/ansible-filebeat, filebeat_output_elasticsearch_hosts: 'elasticsearch:9200' }
|
- { role: wazuh/ansible-filebeat, filebeat_output_elasticsearch_hosts: 'elasticsearch:9200' }
|
||||||
Loading…
Reference in New Issue
Block a user