Update to 2022-03-07 15:00

This commit is contained in:
Daniel Berteaud
2022-03-07 15:00:06 +01:00
parent 8b7e505180
commit be6bc20783
25 changed files with 253 additions and 120 deletions

View File

@@ -1,11 +1,18 @@
---
- include: facts.yml
- include: directory.yml
- include: install.yml
- include: conf.yml
- include: selinux.yml
- include_tasks: facts.yml
tags: always
- include_tasks: directory.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always
- include_tasks: selinux.yml
when: ansible_selinux.status == 'enabled'
- include: iptables.yml
tags: always
- include_tasks: iptables.yml
when: iptables_manage | default(True)
- include: filebeat.yml
tags: always
- include_tasks: filebeat.yml
tags: always