Rename db hosts to sqldb

This commit is contained in:
Timo Makinen 2021-08-28 13:38:47 +00:00
parent f848891918
commit 06ac7fc7cc
4 changed files with 6 additions and 6 deletions

6
group_vars/sqldb.yml Normal file
View file

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