# This variables file contains the default password for system, user, and # database accounts. # # Copyright (c) 2013-2017 Fabian Affolter # # Licensed under CC BY 3.0. All rights reserved. # # For the Ansible examples: # python -c 'import crypt; print crypt.crypt("Password", "$1$SomeSalt$")' --- # Server root password server_root_password: password # Client root password client_root_password: password # Default user password default_user_password: password # Default mysql root password mysql_root_password: password