16 lines
354 B
YAML
16 lines
354 B
YAML
nextcloud_server_name: nextcloud.pyrocufflink.net
|
|
apache_server_name: '{{ nextcloud_server_name }}'
|
|
pg_hba_extra:
|
|
- type: host
|
|
database: nextcloud
|
|
user: nextcloud
|
|
address: ::1/128
|
|
method: md5
|
|
nextcloud_trusted_proxies:
|
|
- 127.0.0.1
|
|
- ::1
|
|
nextcloud_trusted_domains:
|
|
- nextcloud.pyrocufflink.net
|
|
- nextcloud.pyrocufflink.blue
|
|
- '{{ ansible_fqdn }}'
|