Add moin host group
This commit is contained in:
parent
5c62106142
commit
fbc8fa55c5
4 changed files with 41 additions and 0 deletions
7
group_vars/moin.yml
Normal file
7
group_vars/moin.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
datadisks:
|
||||
- 10
|
||||
|
||||
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