Add oci-node hosts

This commit is contained in:
Timo Makinen 2021-10-05 19:13:38 +00:00
parent c98d9e2207
commit ee39a34fad
5 changed files with 37 additions and 0 deletions

7
group_vars/ocinode.yml Normal file
View file

@ -0,0 +1,7 @@
---
# 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]}