2022-04-12 21:39:54 -04:00

23 lines
511 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: Enable Apache2 site
include_tasks: apache2_site.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