Update to 2024-08-20 10:00

This commit is contained in:
Daniel Berteaud
2024-08-20 10:00:11 +02:00
parent fdb740609a
commit 676ba6662d
13 changed files with 13 additions and 138 deletions

View File

@@ -6,6 +6,7 @@ dependencies:
- role: repo_base
when: ansible_os_family == 'RedHat'
- role: network
when: (net_hosts is defined and net_hosts | length > 0) or (net_if is defined and net_if | length > 0)
- role: iptables
when: iptables_manage | default(True)
- role: zabbix_agent