forked from infra/ansible
When `nftables=True` the base role deploys nftables rules and enables the nftables service, but never disables the iptables service. On freshly provisioned hosts the iptables service can be left running from cloud-init, overwriting nftables rules and silently dropping traffic on ports defined in `tcp_ports`. Stop and disable the iptables service explicitly when nftables is the intended firewall backend. |
||
|---|---|---|
| .. | ||
| files | ||
| handlers | ||
| meta | ||
| tasks | ||
| templates | ||
| README | ||
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.