Cleanup role

This commit is contained in:
phil 2023-12-22 08:52:18 +01:00
parent 62c1026254
commit bf18be94bd
3 changed files with 0 additions and 69 deletions

View file

@ -19,9 +19,6 @@
- import_tasks: syslog.yml
tags: syslog
- import_tasks: webserver.yml
tags: webserver
- import_tasks: systemd.yml
tags: systemd

View file

@ -1,12 +0,0 @@
- name: "webserver: Konfiguration kopieren"
template:
src: nginx-site.j2
dest: "{{ zammad_webserver_configuration }}"
notify: reload nginx
- name: "webserver: Kofiguration aktivieren"
file:
src: "{{ zammad_webserver_configuration }}"
dest: "/etc/nginx/sites-enabled/{{ zammad_domain }}"
state: link
notify: reload nginx