ansible-base/roles/vikunja/vardef.json

123 lines
2.2 KiB
JSON

{
"version": {
"type": "string",
"mandatory": false
},
"architecture": {
"type": "string",
"mandatory": false
},
"domain": {
"type": "string",
"mandatory": false
},
"directory": {
"type": "string",
"mandatory": false
},
"user": {
"type": "string",
"mandatory": false
},
"timezone": {
"type": "string",
"mandatory": false
},
"default_language": {
"type": "string",
"mandatory": false,
"description": "ISO 639-1"
},
"database_kind": {
"type": "string",
"mandatory": false,
"options": [
"sqlite",
"postgresql"
]
},
"database_data_sqlite_path": {
"type": "string",
"mandatory": false
},
"database_data_postgresql_host": {
"type": "string",
"mandatory": false
},
"database_data_postgresql_port": {
"type": "integer",
"mandatory": false
},
"database_data_postgresql_username": {
"type": "string",
"mandatory": false
},
"database_data_postgresql_password": {
"type": "string",
"mandatory": false
},
"database_data_postgresql_schema": {
"type": "string",
"mandatory": false
},
"authentication_kind": {
"type": "string",
"mandatory": false,
"options": [
"internal",
"authelia"
]
},
"authentication_data_authelia_provider_id": {
"type": "string",
"mandatory": false
},
"authentication_data_authelia_provider_name": {
"type": "string",
"mandatory": false
},
"authentication_data_authelia_client_id": {
"type": "string",
"mandatory": false
},
"authentication_data_authelia_client_secret": {
"type": "string",
"mandatory": false
},
"authentication_data_authelia_url_base": {
"type": "string",
"mandatory": false
},
"mail_sending_enabled": {
"type": "string",
"mandatory": false
},
"mail_sending_smtp_host": {
"type": "string",
"mandatory": false
},
"mail_sending_smtp_port": {
"type": "integer",
"mandatory": false
},
"mail_sending_smtp_authtype": {
"type": "string",
"mandatory": false
},
"mail_sending_smtp_force_tls": {
"type": "boolean",
"mandatory": false
},
"mail_sending_smtp_username": {
"type": "string",
"mandatory": false
},
"mail_sending_smtp_password": {
"type": "string",
"mandatory": false
},
"mail_sending_sender": {
"type": "string",
"mandatory": false
}
}