Anpassungen für Alias-Domains
This commit is contained in:
parent
118e5bc42f
commit
c611852b77
9 changed files with 28 additions and 15 deletions
|
@ -2,13 +2,18 @@
|
|||
- import_tasks: version.yml
|
||||
tags: version
|
||||
- import_tasks: gateway.yml
|
||||
tags: gateway
|
||||
- import_tasks: database.yml
|
||||
tags: database
|
||||
- import_tasks: php.yml
|
||||
tags: php
|
||||
- import_tasks: apache.yml
|
||||
tags: apache
|
||||
|
||||
- name: "Nextcloud installieren"
|
||||
include_tasks: nextcloud.yml
|
||||
when: nc_is_installed.stat.exists == False
|
||||
tags: nextcloud
|
||||
|
||||
- import_tasks: nextcloud_configuration.yml
|
||||
tags: configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue