mirror of
https://github.com/kasmtech/ansible
synced 2025-01-08 09:48:53 +00:00
21 lines
559 B
YAML
21 lines
559 B
YAML
|
# If you want custom passwords change them below, otherwise they will be auto generated and displayed
|
||
|
# in a message at the end of the run.
|
||
|
|
||
|
# Password for user@kasm.local in webui
|
||
|
#user_password: changeme
|
||
|
|
||
|
# Password for admin@kasm.local in webui
|
||
|
#admin_password: changeme
|
||
|
|
||
|
# Password that webapp uses to connect to postgres
|
||
|
#database_password: changeme
|
||
|
|
||
|
# Passwird that webapp uses to connect to redis
|
||
|
#redis_password: changeme
|
||
|
|
||
|
# Token that agents use to connect to webapp
|
||
|
#manager_token: changeme
|
||
|
|
||
|
# Start docker daemon at boot
|
||
|
start_docker_on_boot: true
|