Files
fedora-infra_ansible/roles/base
Kevin Fenzi edd8677758 base / iptables: don't try and disable ip6tables on rhel8 with nftables
rhel8 instances using nftables don't have iptables-services installed,
because we remove 'iptables'. On rhel9 and fedora iptables-services only
needs iptables-libs installed, so it's there and works to disable.

Once the last things (rhel8 copr hypervisors) are moved to nftables, we
can drop all this.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-07-23 13:10:55 -07:00
..

This role is the base setup for all our machines. 

If there's something that shouldn't be run on every single 
machine, it should be in another role.