Add db02.home.foo.sh
This commit is contained in:
parent
a789d16e2d
commit
56f2058c7e
4 changed files with 40 additions and 0 deletions
6
group_vars/db.yml
Normal file
6
group_vars/db.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- 20
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 3389, from: [172.20.20.0/22]}
|
Loading…
Add table
Add a link
Reference in a new issue