Browse Source

only one server name for nextcloud is allowed

master
parent
commit
caabe6b715
2 changed files with 4 additions and 2 deletions
  1. +1
    -2
      defaults/main.yml
  2. +3
    -0
      vars/main.yml

+ 1
- 2
defaults/main.yml View File

@@ -23,8 +23,7 @@ nextcloud_defaultapp: files

nextcloud_database_type: mysql

nextcloud_server_names:
- "{{ inventory_hostname }}"
nextcloud_server_name: "{{ inventory_hostname }}"

nextcloud_force_downgrade: false



+ 3
- 0
vars/main.yml View File

@@ -24,3 +24,6 @@ nextcloud_php_config: "{{ nextcloud_php_config_map[nextcloud_webserver] }}"
nextcloud_php_config_map:
nginx: fpm
apache2: apache2

nextcloud_server_names:
- "{{ inventory_hostname }}"

Loading…
Cancel
Save