Compare commits

...

3 Commits

Author SHA1 Message Date
Patrick Neff df10f012f0 Add vscode settings 2022-01-25 10:31:02 +01:00
Patrick Neff b65cf60997 add all dependencies 2022-01-25 10:30:56 +01:00
Patrick Neff cc4c8a81c4 Disable default nginx site 2022-01-25 10:30:23 +01:00
3 changed files with 15 additions and 1 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.associations": {
"*.yml": "ansible"
}
}

View File

@ -1 +1,4 @@
dependencies: ['ansible-role-nginx']
dependencies:
- ansible-role-mariadb
- ansible-role-php
- ansible-role-nginx

View File

@ -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