This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
roles/onlyoffice: fix to run 5.5.3
python3
Zolfa
5 years ago
parent
b01feabffb
commit
fd02d01aaa
Signed by:
zolfa
GPG Key ID:
E1A43B038C4D6616
2 changed files
with
3 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
roles/onlyoffice/files/default.json
+1
-1
roles/onlyoffice/tasks/main.yaml
+ 2
- 1
roles/onlyoffice/files/default.json
View File
@ -114,7 +114,8 @@
"dbPass"
:
""
,
"dbPass"
:
""
,
"charset"
:
"utf8"
,
"charset"
:
"utf8"
,
"connectionlimit"
:
10
,
"connectionlimit"
:
10
,
"max_allowed_packet"
:
1048575
"max_allowed_packet"
:
1048575
,
"pgPoolExtraOptions"
:
{
}
}
,
}
,
"redis"
:
{
"redis"
:
{
"name"
:
"redis"
,
"name"
:
"redis"
,
+ 1
- 1
roles/onlyoffice/tasks/main.yaml
View File
@ -66,7 +66,7 @@
owner
:
'onlyoffice'
owner
:
'onlyoffice'
group
:
'onlyoffice'
group
:
'onlyoffice'
mode
:
'0750'
mode
:
'0750'
creates
:
'/opt/onlyoffice/documentserver/'
# creates:
'/opt/onlyoffice/documentserver/'
-
name
:
'PGSQL | init DB'
-
name
:
'PGSQL | init DB'
shell:
shell:
Write
Preview
Loading…
Cancel
Save