Enable Nginx as webserver
This commit is contained in:
parent
86aef332ca
commit
9d279dc190
6 changed files with 199 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue