nextcloud: Fix typos, re-add hiddenservice-task

This commit is contained in:
phil 2023-10-22 21:41:16 +02:00
parent dd649c8826
commit eb4d07ae78
5 changed files with 34 additions and 13 deletions

View file

@ -44,7 +44,8 @@ nextcloud_instances:
mail_domain: systemausfall.org
```
# Neue Nextcloud-Instanz anlegen
# Ausführen der Rolle
## Neue Nextcloud-Instanz anlegen
- Trage die Informationen zur neuen Instanz in die entsprechende `host_vars`-Datei unter `nextcloud_instances` ein:
| Variable | Wert | Beschreibung |
@ -60,6 +61,13 @@ nextcloud_instances:
```
- Bei der Erstinstallation einer Nextcloud-Instanz gibt die Rolle anschließend die Anmeldeinformationen für den Admin-Zugang aus.
## Tasks einzeln ausführen
Tasks können auch einzeln ausgeführt werden. Der Tasks `configuration` sollte immer mit `hiddenservice` ausgeführt werden (Reihenfolge ist wichtig):
```Shell
ansible-playbook playbooks/nextcloud.yml --tags configuration,hiddenservice
```
# Aktualisierung des Cores/ von Apps
Mit dem Skript `nextcloud-updater` können alle Nextcloud-Instanzen und die installierten Apps gleichzeitig aktualisiert werden.