blob: 3c17bd2afbf49902fc7ea9c153a5c424a45d12ca [file] [log] [blame]
Dennis Dmitrievf4826bc2017-09-28 19:03:54 +03001# Do not delete! This file is for global parameters overrides over all the nodes in the environment.
2classes:
3# Enable root and *ALL* users access
4- system.openssh.server.team.all
Dennis Dmitriev0d63e532018-02-26 04:34:17 +02005- system.linux.network.dynamic_hosts
sgudz5c182562018-07-10 13:20:18 +03006- system.openssh.client.root
Dennis Dmitrievf4826bc2017-09-28 19:03:54 +03007
8# Example: salt-call reclass.cluster_meta_set foo bar /path/to/overrides.yml
9#parameters:
10# _param:
11# foo: bar
12parameters:
13 _param:
sgudz0cd00ce2017-10-25 11:56:11 +030014 salt_api_password_hash: $6$V7O4vDAF$1FYwutKk53WFY314nq5IshabL5YXMuYklGglD7/Toj9bzCcgHTgudxhdeexmE3jf21lZPLmXy9K5mwzGyFbQt1
Dennis Dmitrievdd2bc5e2018-05-16 15:03:40 +030015 salt_api_password: hovno12345!
Dennis Dmitrievf4826bc2017-09-28 19:03:54 +030016 apt_mk_version: stable # This will be replaced with REPOSITORY_SUITE env variable
Dennis Dmitriev09565af2018-03-06 20:53:47 +020017 # Use galera options suitable for virtualized control plane
18 galera_innodb_read_io_threads: 2
19 galera_innodb_write_io_threads: 2
20 galera_wsrep_slave_threads: 2
21 galera_xtrabackup_parallel: 1
22 galera_error_log_enabled: true
Dennis Dmitrievf4826bc2017-09-28 19:03:54 +030023 openssh:
24 server:
25 password_auth: true
sgudz50520e32018-06-29 18:05:09 +030026 alive:
27 interval: 18000
28 count: 0
sgudz4b57dc52018-07-09 18:22:07 +030029 client:
30 user:
31 root:
32 config:
33 '*':
34 alive:
35 interval: 60
sgudzee66aae2018-07-12 13:00:49 +030036 count: 5
sgudz4b57dc52018-07-09 18:22:07 +030037 stricthostkeychecking: no
38 userknownhostsfile: '/dev/null'
Dennis Dmitrievf4826bc2017-09-28 19:03:54 +030039 linux:
40 system:
41 user:
42 root:
43 password: $6$oV7iKxfx$7DOZUfLw30d/W.pzUf97F0z1JhxgNmFAiKT1HhIodjkWb0M/.dTYAc3uxDCScR3lvCALjRe4/xWtiDyywf8wi1
sgudz617d2a02017-10-30 18:54:05 +020044 purge_repos: true
Dmitry Tyzhnenko30232ac2017-10-20 15:50:20 +030045 salt:
46 minion:
47 log:
48 level: debug