Enable Nginx as webserver

This commit is contained in:
phil 2023-10-25 18:04:18 +02:00
parent 86aef332ca
commit 9d279dc190
6 changed files with 199 additions and 38 deletions

View file

@ -69,6 +69,10 @@ php_cli_config:
| `database` | string | Name der anzulegenden Datenbank |
| `database_type` | string | `MariaDB` oder `PostgreSQL` |
| `hiddenservice` | bol | Richtet für die Instanz einen Onion Service ein |
- Lege in den `host_vars` den Webserver-Typ fest:
| Variable | Wert | Beschreibung |
|----------|------|--------------|
| `nextcloud_webserver` | string | `Apache` oder `Nginx` |
- Starte anschließend das Playbook:
```Shell
ansible-playbook playbooks/nextcloud.yml