Add mariadb to db hosts

This commit is contained in:
Timo Makinen 2021-08-25 17:38:18 +00:00
parent 268a41018e
commit 606ea7285e
2 changed files with 2 additions and 1 deletions

View file

@ -3,4 +3,4 @@ datadisks:
- 20
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 3389, from: [172.20.20.0/22]}
- {proto: tcp, port: 3306, from: [172.20.20.0/22]}

View file

@ -22,3 +22,4 @@
roles:
- base
- mariadb