diff --git a/tasks/routing.yaml b/tasks/routing.yaml index ff2d32a..8517264 100644 --- a/tasks/routing.yaml +++ b/tasks/routing.yaml @@ -1,2 +1,10 @@ --- -# Configure routing + +- name: "install iptables" + community.general.apk: + name: + - "iptables" + - "ip6tables" + state: "present" + update_cache: true + become: true