ansible-base/roles/owncloud/defaults/main.json
Christian Fraß ae35b71940 [int]
2025-10-07 14:35:48 +02:00

25 lines
467 B
JSON

{
"cfg_owncloud_defaults": {
"user": "owncloud",
"directory": "/opt/owncloud",
"version": "7.2.0",
"platform": "linux-amd64",
"domain": "owncloud.example.org",
"authentication": {
"kind": "internal",
"data": {
"authelia": {
"url_base": "https://authelia.example.org",
"web": {
"client_id": "owncloud_web"
}
}
}
},
"public_share": {
"password_necessity": "writable",
"password_policy_active": true
}
}
}