This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-nextcloud
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
only one server name for nextcloud is allowed
master
Markus Katharina Brechtel
4 years ago
parent
9d7eaec65b
commit
caabe6b715
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
defaults/main.yml
+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 }}"
Write
Preview
Loading…
Cancel
Save