Jakub Sokołowski 2021-08-02 19:39:55 +02:00
parent 06966616e6
commit 5b91c936dc
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 3 deletions

View File

@ -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 }}'