Remove deprecated pai.yaml from wazuh-manager installation

This commit is contained in:
VictorMorenoJimenez 2021-03-31 10:52:57 +02:00
parent ef79065de6
commit 292b4402b3
No known key found for this signature in database
GPG Key ID: CE9668E2E3083179

View File

@ -141,19 +141,6 @@
when: when:
- shared_agent_config is defined - shared_agent_config is defined
- name: Installing the api.yaml (api configuration)
template: src=api.yaml.j2
dest="{{ wazuh_dir }}/api/configuration/api.yaml"
owner=root
group=ossec
mode=0640
notify: restart wazuh-manager
when:
- wazuh_manager_config.cluster.node_type == "master"
tags:
- init
- config
- name: Installing the local_internal_options.conf - name: Installing the local_internal_options.conf
template: src=var-ossec-etc-local-internal-options.conf.j2 template: src=var-ossec-etc-local-internal-options.conf.j2
dest="{{ wazuh_dir }}/etc/local_internal_options.conf" dest="{{ wazuh_dir }}/etc/local_internal_options.conf"