aboutsummaryrefslogtreecommitdiffstats
path: root/variables/sensitive.yml
blob: beeea8cbed548d0f70193924ec897e00d7c6844d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This variables file contains the default password for system, user, and
# database accounts.
#
# Copyright (c) 2013-2017 Fabian Affolter <fabian@affolter-engineering.ch>
#
# 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