mirror of
https://github.com/kasmtech/ansible
synced 2024-12-13 13:32:30 +00:00
08fae58593
- Instead of downloading the kasm_release tarball to every host directly, we copy it from the ansible host. - Allow user to put service_images and workspace_images in `install_common/files/` to do an offline install. - Update readme with new instructions.
20 lines
559 B
YAML
20 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
|