mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 15:25:43 +02:00
12 lines
368 B
YAML
12 lines
368 B
YAML
# 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 }}" |