Allgemeine Aufgaben umbenannt
This commit is contained in:
parent
9c203bba17
commit
71e74f67bf
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: "apache_common: Module laden"
|
- name: "common: Apache-Module laden"
|
||||||
apache2_module:
|
apache2_module:
|
||||||
state: present
|
state: present
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
@ -9,12 +9,12 @@
|
||||||
- setenvif
|
- setenvif
|
||||||
notify: restart apache
|
notify: restart apache
|
||||||
|
|
||||||
- name: "apache_common: Vorlage für Seitenkonfiguration kopieren"
|
- name: "common: Apache-Vorlage für Seitenkonfiguration kopieren"
|
||||||
copy:
|
copy:
|
||||||
src: roles/nextcloud/files/apache_site.conf
|
src: roles/nextcloud/files/apache_site.conf
|
||||||
dest: /etc/apache2/sites-available/nextcloud.conf
|
dest: /etc/apache2/sites-available/nextcloud.conf
|
||||||
|
|
||||||
- name: "apache_common: Seitenkonfiguration aktivieren"
|
- name: "common: Apache-Seitenkonfiguration aktivieren"
|
||||||
file:
|
file:
|
||||||
src: /etc/apache2/sites-available/nextcloud.conf
|
src: /etc/apache2/sites-available/nextcloud.conf
|
||||||
dest: /etc/apache2/sites-enabled/nextcloud.conf
|
dest: /etc/apache2/sites-enabled/nextcloud.conf
|
Loading…
Reference in a new issue