Compare commits
3 Commits
cd028c53be
...
df10f012f0
Author | SHA1 | Date |
---|---|---|
![]() |
df10f012f0 | |
![]() |
b65cf60997 | |
![]() |
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
|
regexp: ^ZM_PATH_ZMS
|
||||||
line: ZM_PATH_ZMS=/cgi-bin/nph-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.
|
- name: Copy zoneminder nginx config.
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: zoneminder.conf
|
src: zoneminder.conf
|
||||||
|
|
Loading…
Reference in New Issue