This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-onlyoffice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
reject_unauthorized
master
Markus Katharina Brechtel
4 years ago
parent
77aae65e9d
commit
b9b05cea23
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
defaults/main.yaml
+2
-0
vars/main.yaml
+ 2
- 0
defaults/main.yaml
View File
@@ -6,3 +6,5 @@ onlyoffice_db_user: onlyoffice
onlyoffice_db_pass: onlyoffice
onlyoffice_documentserver_token: secret
onlyoffice_documentserver_requests_reject_unauthorized: true
+ 2
- 0
vars/main.yaml
View File
@@ -34,6 +34,8 @@ onlyoffice_documentserver_local_json:
#autoAssembly:
# enable: true
# interval: "1m"
requestDefaults:
rejectUnauthorized: "{{ onlyoffice_documentserver_requests_reject_unauthorized }}"
rabbitmq:
url: amqp://guest:guest@localhost
Write
Preview
Loading…
Cancel
Save