mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-24 09:11:09 +02:00
20 lines
501 B
YAML
20 lines
501 B
YAML
|
|
features:
|
|
logout: false # Role is not enabled until then keep it false
|
|
# syncope:
|
|
# version: "latest"
|
|
# credentials:
|
|
# anonymous:
|
|
# password: # Set in environment file
|
|
# database:
|
|
# password: # Set in environment file
|
|
# administrator:
|
|
# password: "{{ users.administrator.password }}"
|
|
# users:
|
|
# administrator:
|
|
# username: "{{ users.administrator.username }}"
|
|
|
|
domains:
|
|
canonical:
|
|
- syncope.{{ primary_domain }}
|