-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsensitive.yml
39 lines (32 loc) · 1017 Bytes
/
sensitive.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This variables file contains the default password for system, user, and
# database accounts.
#
# Copyright (c) 2013-2019 Fabian Affolter <fabian@affolter-engineering.ch>
#
# Licensed under CC BY 3.0. All rights reserved.
#
# Details:
# https://github.com/ansible/ansible/blob/devel/examples/playbooks/user_commands.yml
# python -c 'import crypt; print crypt.crypt("password", "$1$TestBench$")'
---
# Host name
server_hostname: test-bench
# Server root password
server_root_password: testbench
# User 'bob' with password 'bob'
bob_password: $1$TestBenc$xgKVyHGZ3pUAkBuM09KDf.
# User 'alice' with password 'alice'
alice_password: $1$TestBenc$8SIf9GViaxrqkgBl1upQ50
# User 'tb' with password '12345'
tb_password: $1$TestBenc$t0GB3P5CxxZqOVXOjNHUX0
# Default user password
default_user_password: password
# Default mysql password
mysql_root_password: password
# Cert information
cert_country: CH
cert_province: BE
cert_city: Berne
cert_org: Test bench
cert_cn: test-bench.localdomain
cert_email: root@localhost