testing variable concat for db name
This commit is contained in:
parent
4850b8e662
commit
1586beb003
@ -14,8 +14,8 @@ services:
|
||||
VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
||||
VIRTUAL_ROOT: "/var/www/html/"
|
||||
LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
||||
POSTGRES_DB: "nextclouddb"
|
||||
POSTGRES_USER: "nextcloud"
|
||||
POSTGRES_DB: "{{ user.service }}db"
|
||||
POSTGRES_USER: "postgres"
|
||||
POSTGRES_HOST: "database"
|
||||
NEXTCLOUD_TRUSTED_DOMAINS: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
||||
hostname: webserver
|
||||
|
||||
Loading…
Reference in New Issue
Block a user