ansible-base/roles/authelia-for-gitlab/vardef.json
2024-03-29 17:21:05 +01:00

14 lines
196 B
JSON

{
"gitlab_url_base": {
"type": "string",
"mandatory": false
},
"client_id": {
"type": "string",
"mandatory": false
},
"client_secret": {
"type": "string",
"mandatory": false
}
}