ansible-role-nextcloud/tasks/main.yml

10 lines
206 B
YAML
Raw Normal View History

2020-12-03 15:52:14 +01:00
---
2020-12-03 23:14:27 +01:00
- import_tasks: packages.yml
2020-12-03 15:52:14 +01:00
- import_tasks: gateway.yml
- import_tasks: database.yml
tags: database
2020-12-03 23:14:27 +01:00
- import_tasks: php.yml
- import_tasks: apache.yml
2020-12-03 15:52:14 +01:00
- import_tasks: nextcloud.yml
tags: nextcloud