2022-04-12 12:31:28 -04:00

19 lines
419 B
YAML

---
- name: Install packages
include_tasks: packages.yaml
- name: Create Apache2 config
include_tasks: apache2_template.yaml
when: not nextcloud_nginx
- name: Enable Apache2 modules
include_tasks: apache2_modules.yaml
when: not nextcloud_nginx
- name: Create nginx config
include_tasks: nginx_template.yaml
when: nextcloud_nginx
- name: Install Nextcloud files
include_tasks: install_nextcloud.yaml