Use sqldb02 for zoneminder database and increase disk size
This commit is contained in:
parent
9377ed58d6
commit
c5d14ecbdb
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- 100
|
||||
- 500
|
||||
|
||||
network_vip_interfaces:
|
||||
- device: eth1
|
||||
|
@ -9,6 +9,8 @@ network_vip_interfaces:
|
|||
netmask: 255.255.0.0
|
||||
pass: "{{ vip26_pass }}"
|
||||
|
||||
zm_mysql_host: sqldb02.home.foo.sh
|
||||
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
|
||||
|
|
Loading…
Add table
Reference in a new issue