Add mariadb to db hosts
This commit is contained in:
parent
268a41018e
commit
606ea7285e
2 changed files with 2 additions and 1 deletions
|
@ -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]}
|
||||
|
|
|
@ -22,3 +22,4 @@
|
|||
|
||||
roles:
|
||||
- base
|
||||
- mariadb
|
||||
|
|
Loading…
Add table
Reference in a new issue