Merge pull request #682 from wazuh/680-expect-fix-master

Expect tag deleted (master)
This commit is contained in:
Alberto Rodríguez 2021-12-03 12:19:36 +01:00 committed by GitHub
commit a18e566029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 8 deletions

View File

@ -4,7 +4,6 @@
- name: Update cache
apt:
update_cache: yes
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")
- name: Debian 9 (Stretch)
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")

View File

@ -19,7 +19,6 @@
# noqa 503
path: "{{ kibana_conf_path }}/kibana.yml"
state: absent
when: install.changed
tags: install
- import_tasks: security_actions.yml

View File

@ -11,4 +11,3 @@
- "{{ kibana_node_name }}_http.pem"
tags:
- security
when: install.changed

View File

@ -72,8 +72,8 @@ wazuh_manager_globals:
- '^localhost.localdomain$'
- '127.0.0.53'
wazuh_manager_agent_disconnection_time: '10m'
wazuh_manager_agents_disconnection_alert_time: '0'
wazuh_manager_agent_disconnection_time: '20s'
wazuh_manager_agents_disconnection_alert_time: '100s'
## Alerts
wazuh_manager_log_level: 3

View File

@ -369,9 +369,6 @@
<command>
<name>{{ command.name }}</name>
<executable>{{ command.executable }}</executable>
{% if command.expect is defined %}
<expect>{{ command.expect }}</expect>
{% endif %}
{% if command.timeout_allowed is defined %}
<timeout_allowed>{{ command.timeout_allowed }}</timeout_allowed>
{% endif %}