Add docker-distribution to registry hosts
This commit is contained in:
parent
6193276604
commit
c8114b2594
2 changed files with 22 additions and 1 deletions
|
@ -4,7 +4,7 @@ datadisks:
|
|||
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: 5000, from: [172.20.20.0/22]}
|
||||
- {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
Add a link
Reference in a new issue