ansible/group_vars/log.yml

9 lines
203 B
YAML

---
mem_size: 512
datadisks:
- {size: 50, type: nvme}
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}
- {proto: tcp, port: 6514}