zoneminder: Initial version of role
This commit is contained in:
parent
3f9de759aa
commit
6a79379d85
4 changed files with 79 additions and 0 deletions
6
roles/zoneminder/templates/zm.conf
Normal file
6
roles/zoneminder/templates/zm.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
ZM_DB_HOST=localhost
|
||||
ZM_DB_NAME=zm
|
||||
ZM_DB_USER=zmuser
|
||||
ZM_DB_PASS={{ zm_mysql_zmuser_pass }}
|
Loading…
Add table
Add a link
Reference in a new issue