Add db01.home.foo.sh

This commit is contained in:
Timo Makinen 2021-03-23 17:15:02 +00:00
parent 5282a19463
commit 1e69b21b08
4 changed files with 41 additions and 0 deletions

7
group_vars/db.yml Normal file
View file

@ -0,0 +1,7 @@
---
datadisks:
- 50
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 3306, from: [172.20.20.0/22]}