Add oci-node hosts
This commit is contained in:
parent
c98d9e2207
commit
ee39a34fad
5 changed files with 37 additions and 0 deletions
7
group_vars/ocinode.yml
Normal file
7
group_vars/ocinode.yml
Normal 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]}
|
Loading…
Add table
Add a link
Reference in a new issue