Add gluster firewall rules for registry hosts
This commit is contained in:
parent
50a1a63f81
commit
7fa7d45e0a
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
datadisks:
|
||||
- 100
|
||||
|
||||
glusterfs_group: registry
|
||||
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] }}"}
|
||||
|
|
Loading…
Add table
Reference in a new issue