blob: 4429a82f4e92b31ed2901e943bb21450ecc7efb6 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.linux.system
3- service.salt.minion.master
Dmitry Teselkin4a5288c2018-05-04 14:37:21 +03004- system.linux.system.banner
Ondrej Smola03ff34e2016-12-01 01:30:33 +01005- system.openssh.server.single
6- system.ntp.client.single
Ondrej Smola03ff34e2016-12-01 01:30:33 +01007parameters:
Richard Felklcf0b08c2017-09-14 10:12:48 +02008 _param:
9 local_package_repos: false
Ondrej Smola03ff34e2016-12-01 01:30:33 +010010 linux:
11 system:
Richard Felklcf0b08c2017-09-14 10:12:48 +020012 local_package_repos: ${_param:local_package_repos}
Petr Michalec517e5ff2017-08-07 10:05:53 +020013 user:
14 root:
15 enabled: true
16 name: root
17 home: /root
Ondrej Smola03ff34e2016-12-01 01:30:33 +010018 kernel:
Tomáš Kukrálce989af2017-02-15 17:52:42 +010019 modules:
20 - nf_conntrack
Ondrej Smola03ff34e2016-12-01 01:30:33 +010021 sysctl:
22 net.ipv4.tcp_keepalive_intvl: 3
23 net.ipv4.tcp_keepalive_time: 30
24 net.ipv4.tcp_keepalive_probes: 8
25 fs.file-max: 124165
26 net.core.somaxconn: 4096
27 vm.swappiness: 10
28 net.nf_conntrack_max: 1048576
29 net.ipv4.tcp_retries2: 5
30 net.ipv4.tcp_max_syn_backlog: 8192
31 net.ipv4.neigh.default.gc_thresh1: 4096
32 net.ipv4.neigh.default.gc_thresh2: 8192
33 net.ipv4.neigh.default.gc_thresh3: 16384
34 net.core.netdev_max_backlog: 261144
Bartosz Kupidura62e15652017-08-21 14:29:47 +020035 net.ipv4.tcp_tw_reuse: 1
Ondrej Smola03ff34e2016-12-01 01:30:33 +010036 kernel.panic: 60
Jakub Pavlikadb08672017-01-29 11:22:35 -080037 cpu:
38 governor: performance
Ondrej Smola03ff34e2016-12-01 01:30:33 +010039 timezone: UTC
40 locale:
41 en_US.UTF-8:
42 enabled: true
43 default: true
44 cs_CZ.UTF-8:
45 enabled: true
46 limit:
47 default:
48 enabled: true
49 domain: "*"
50 limits:
51 - type: hard
52 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010053 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010054 - type: soft
55 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010056 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010057 - type: soft
Petr Michalec1251c8c2017-04-21 14:55:19 +020058 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010059 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010060 - type: hard
Petr Michalec1251c8c2017-04-21 14:55:19 +020061 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010062 value: 307200
Andrey Shestakovc7920132017-05-24 23:09:59 +030063 systemd:
64 system:
65 Manager:
66 DefaultLimitNOFILE: 307200
67 DefaultLimitNPROC: 307200