Cleanup role
This commit is contained in:
parent
62c1026254
commit
bf18be94bd
3 changed files with 0 additions and 69 deletions
|
@ -19,9 +19,6 @@
|
|||
- import_tasks: syslog.yml
|
||||
tags: syslog
|
||||
|
||||
- import_tasks: webserver.yml
|
||||
tags: webserver
|
||||
|
||||
- import_tasks: systemd.yml
|
||||
tags: systemd
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue