Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- ---
-
- - 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
|