You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- - include: setup_Debian.yml
-
- - include: reset.yml
- when: nextcloud_state == "reinstalled"
-
- - include: server.yml
-
- - include: access.yml
-
- - include: mysql.yml
- when: nextcloud_database_type == "mysql"
-
- - include: install.yml
- when:
- nextcloud_state == "installed" or
- nextcloud_state == "reinstalled"
-
- - include: configure.yml
-
- - include: apps.yml
-
- - include: upgrade.yml
-
- - include: apache2.yml
|