Don't open firewall for self in registry hosts
This commit is contained in:
parent
90833d6513
commit
0404bafac2
1 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@ firewall_in:
|
|||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 443}
|
||||
- {proto: tcp, port: 4949, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 24007, from: "{{ groups[glusterfs_group] }}"}
|
||||
- {proto: tcp, port: "49152:49170", from: "{{ groups[glusterfs_group] }}"}
|
||||
- {proto: tcp, port: 24007, from: "{{ groups[glusterfs_group] | reject('equalto', inventory_hostname) | list }}"}
|
||||
- {proto: tcp, port: "49152:49170", from: "{{ groups[glusterfs_group] | reject('equalto', inventory_hostname) | list }}"}
|
||||
|
|
Loading…
Add table
Reference in a new issue