matrix-docker-ansible-deploy/roles/matrix-awx/surveys/configure_element_subdomain.json.j2

19 lines
718 B
Plaintext
Raw Normal View History

2021-08-13 08:05:57 +00:00
{
"name": "Configure Element Subdomain",
"description": "Configure Element clients subdomain location. (Eg: 'element' for element.example.org)",
"spec": [
{
"question_name": "Set Element Subdomain",
"question_description": "Sets the subdomain of the Element web-client, you should only specify the subdomain, not the base domain you've already set. (Eg: 'element' for element.example.org) Note that if you change this value you'll need to reconfigure your DNS.",
"required": false,
"min": 0,
"max": 2048,
2021-10-09 07:43:47 +00:00
"default": "{{ awx_element_subdomain }}",
2021-08-13 08:05:57 +00:00
"choices": "",
"new_question": true,
2021-10-09 07:43:47 +00:00
"variable": "awx_element_subdomain",
2021-08-13 08:05:57 +00:00
"type": "text"
}
]
}