ansible/group_vars/mirror.yml
2019-05-10 17:30:44 +03:00

9 lines
163 B
YAML

---
os_type: centos7
datadisk_size:
- 1000
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]}