wazuh-ansible-4.8.1/roles/wazuh/filebeat-oss/tasks/security_actions.yml
Manuel J. Bernal f21a7e9c1c - Refactoring security local actions
- Added Filebeat OSS repositories
2020-05-26 21:06:16 +02:00

11 lines
283 B
YAML

- block:
- name: Copy certificates and root-ca to Filebeat
copy:
src: "{{ local_certs_path }}/config/{{ item }}"
dest: /etc/filebeat/
mode: 0644
with_items:
- root-ca.pem
- "{{ inventory_hostname }}.key"
- "{{ inventory_hostname }}.pem"