2020-12-03 15:52:14 +01:00
|
|
|
---
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: version.yml
|
2021-10-13 13:54:38 +02:00
|
|
|
tags: version
|
2021-12-21 22:47:24 +01:00
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: gateway.yml
|
2021-10-14 16:09:47 +02:00
|
|
|
tags: gateway
|
2021-12-21 22:47:24 +01:00
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: database.yml
|
2021-10-14 16:09:47 +02:00
|
|
|
tags: database
|
2021-12-21 22:47:24 +01:00
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: php.yml
|
2021-10-14 16:09:47 +02:00
|
|
|
tags: php
|
2021-12-21 22:47:24 +01:00
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: apache.yml
|
2021-10-14 16:09:47 +02:00
|
|
|
tags: apache
|
2021-06-26 01:45:06 +02:00
|
|
|
|
2021-08-07 16:46:17 +02:00
|
|
|
- name: "Nextcloud installieren"
|
2021-06-26 01:45:06 +02:00
|
|
|
include_tasks: nextcloud.yml
|
|
|
|
when: nc_is_installed.stat.exists == False
|
2021-10-14 16:09:47 +02:00
|
|
|
tags: nextcloud
|
2021-06-26 01:45:06 +02:00
|
|
|
|
2021-08-07 16:46:17 +02:00
|
|
|
- import_tasks: nextcloud_configuration.yml
|
|
|
|
tags: configuration
|
2021-12-21 22:47:24 +01:00
|
|
|
|
2021-06-26 11:42:17 +02:00
|
|
|
- import_tasks: fixes.yml
|
2022-01-18 22:06:42 +01:00
|
|
|
tags: fixes
|