Fixes to include 4.2 changes
This commit is contained in:
parent
30743cc036
commit
64a621ccf4
@ -4,7 +4,6 @@
|
|||||||
- name: Update cache
|
- name: Update cache
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")
|
|
||||||
|
|
||||||
- name: Debian 9 (Stretch)
|
- name: Debian 9 (Stretch)
|
||||||
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")
|
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")
|
||||||
|
|||||||
@ -19,7 +19,6 @@
|
|||||||
# noqa 503
|
# noqa 503
|
||||||
path: "{{ kibana_conf_path }}/kibana.yml"
|
path: "{{ kibana_conf_path }}/kibana.yml"
|
||||||
state: absent
|
state: absent
|
||||||
when: install.changed
|
|
||||||
tags: install
|
tags: install
|
||||||
|
|
||||||
- import_tasks: security_actions.yml
|
- import_tasks: security_actions.yml
|
||||||
|
|||||||
@ -11,4 +11,3 @@
|
|||||||
- "{{ kibana_node_name }}_http.pem"
|
- "{{ kibana_node_name }}_http.pem"
|
||||||
tags:
|
tags:
|
||||||
- security
|
- security
|
||||||
when: install.changed
|
|
||||||
|
|||||||
@ -72,8 +72,8 @@ wazuh_manager_globals:
|
|||||||
- '^localhost.localdomain$'
|
- '^localhost.localdomain$'
|
||||||
- '127.0.0.53'
|
- '127.0.0.53'
|
||||||
|
|
||||||
wazuh_manager_agent_disconnection_time: '10m'
|
wazuh_manager_agent_disconnection_time: '20s'
|
||||||
wazuh_manager_agents_disconnection_alert_time: '0'
|
wazuh_manager_agents_disconnection_alert_time: '100s'
|
||||||
|
|
||||||
## Alerts
|
## Alerts
|
||||||
wazuh_manager_log_level: 3
|
wazuh_manager_log_level: 3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user