ansible/group_vars/ocinode.yml
2021-10-05 19:13:38 +00:00

7 lines
159 B
YAML

---
# increase memory size
mem_size: 4192
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]}