ansible/group_vars/registry.yml
2021-09-08 17:45:21 +00:00

8 lines
169 B
YAML

---
datadisks:
- 100
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]}