zoneminder: Add TLS when connecting to remote mysql
This commit is contained in:
parent
b535a484a3
commit
4d4b61d5d0
2 changed files with 12 additions and 0 deletions
|
@ -51,6 +51,13 @@
|
|||
notify: restart zoneminder
|
||||
when: zm_mysql_host != "localhost"
|
||||
|
||||
- name: allow zoneminder to read host private key
|
||||
user:
|
||||
name: apache
|
||||
groups: hostkey
|
||||
append: true
|
||||
when: zm_mysql_host != "localhost"
|
||||
|
||||
# selinux doesn't allow create this
|
||||
- name: create stub web log
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue