diff --git a/tasks/firewall.yml b/tasks/firewall.yml index a765469..a9eb3ae 100644 --- a/tasks/firewall.yml +++ b/tasks/firewall.yml @@ -2,9 +2,8 @@ - name: Geth | Enable ports on firewall iptables: comment: '{{ geth_cont_name }} {{ item }}' - jump: ACCEPT - action: insert - chain: DOCKER-USER + jump: 'ACCEPT' + chain: 'SERVICES' source: '0.0.0.0/0' protocol: '{{ item }}' destination_port: '{{ geth_port | string }}'