Update to 2022-03-07 16:00

This commit is contained in:
Daniel Berteaud
2022-03-07 16:00:05 +01:00
parent be6bc20783
commit 1065df387c
99 changed files with 761 additions and 303 deletions

View File

@@ -1,6 +1,7 @@
---
- include: install_{{ ansible_os_family }}.yml
- include_tasks: install_{{ ansible_os_family }}.yml
tags: always
- name: Set custom iptables rules
iptables_raw:
@@ -31,6 +32,6 @@
tags: firewall
- name: Enable iptable service
service: name=iptables state=started enabled=yes
service: name=iptables state=started enabled=True
when: ansible_os_family == 'RedHat'
tags: firewall