Compare commits
3 Commits
cd028c53be
...
df10f012f0
Author | SHA1 | Date |
---|---|---|
Patrick Neff | df10f012f0 | |
Patrick Neff | b65cf60997 | |
Patrick Neff | cc4c8a81c4 |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"*.yml": "ansible"
|
||||
}
|
||||
}
|
|
@ -1 +1,4 @@
|
|||
dependencies: ['ansible-role-nginx']
|
||||
dependencies:
|
||||
- ansible-role-mariadb
|
||||
- ansible-role-php
|
||||
- ansible-role-nginx
|
||||
|
|
|
@ -27,6 +27,12 @@
|
|||
regexp: ^ZM_PATH_ZMS
|
||||
line: ZM_PATH_ZMS=/cgi-bin/nph-zms
|
||||
|
||||
- name: Disable no-ssl default nginx site.
|
||||
ansible.builtin.file:
|
||||
path: /etc/nginx/conf.d/no-ssl.default.conf
|
||||
state: absent
|
||||
notify: reload nginx
|
||||
|
||||
- name: Copy zoneminder nginx config.
|
||||
ansible.builtin.copy:
|
||||
src: zoneminder.conf
|
||||
|
|
Loading…
Reference in New Issue