Update to 2025-08-22 17:00

This commit is contained in:
Daniel Berteaud
2025-08-22 17:00:22 +02:00
parent 901dd82ae1
commit c746f32851
10 changed files with 332 additions and 1 deletions

View File

@@ -8,3 +8,9 @@
yum: name=iptables-services
tags: firewall
# EL10 comes with python 3.12 which removed distutils
# distutils is needed by iptables_raw.py, so install setuptools which bring distutils back
- name: Install setuptools
package: name=python3-setuptools
when: ansible_distribution_version is version(10, '>=')
tags: firewall