15 lines
296 B
YAML
15 lines
296 B
YAML
---
|
|
|
|
package: nextcloud
|
|
|
|
app_root: "{{ package }}"
|
|
debugging: true
|
|
document_root: /data/www/vhosts.d
|
|
http_host: "{{ ansible_hostname }}"
|
|
http_port: 80
|
|
https_port: 443
|
|
nextcloud_cached: false
|
|
php_version: 8.2
|
|
server_name: "{{ ansible_hostname }}"
|
|
server_addr: "{{ ansible_default_ipv4.address }}"
|