blob: dae70ff84f722b7c09616c4569a4409f2a77bd9c [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.linux.system
3- service.salt.minion.master
4- system.openssh.server.single
5- system.ntp.client.single
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006parameters:
Richard Felklcf0b08c2017-09-14 10:12:48 +02007 _param:
8 local_package_repos: false
Ondrej Smola03ff34e2016-12-01 01:30:33 +01009 linux:
10 system:
Richard Felklcf0b08c2017-09-14 10:12:48 +020011 local_package_repos: ${_param:local_package_repos}
Petr Michalec517e5ff2017-08-07 10:05:53 +020012 user:
13 root:
14 enabled: true
15 name: root
16 home: /root
Ondrej Smola03ff34e2016-12-01 01:30:33 +010017 kernel:
Tomáš Kukrálce989af2017-02-15 17:52:42 +010018 modules:
19 - nf_conntrack
Ondrej Smola03ff34e2016-12-01 01:30:33 +010020 sysctl:
21 net.ipv4.tcp_keepalive_intvl: 3
22 net.ipv4.tcp_keepalive_time: 30
23 net.ipv4.tcp_keepalive_probes: 8
24 fs.file-max: 124165
25 net.core.somaxconn: 4096
26 vm.swappiness: 10
27 net.nf_conntrack_max: 1048576
28 net.ipv4.tcp_retries2: 5
29 net.ipv4.tcp_max_syn_backlog: 8192
30 net.ipv4.neigh.default.gc_thresh1: 4096
31 net.ipv4.neigh.default.gc_thresh2: 8192
32 net.ipv4.neigh.default.gc_thresh3: 16384
33 net.core.netdev_max_backlog: 261144
Bartosz Kupidura62e15652017-08-21 14:29:47 +020034 net.ipv4.tcp_tw_reuse: 1
Ondrej Smola03ff34e2016-12-01 01:30:33 +010035 kernel.panic: 60
Jakub Pavlikadb08672017-01-29 11:22:35 -080036 cpu:
37 governor: performance
Ondrej Smola03ff34e2016-12-01 01:30:33 +010038 timezone: UTC
39 locale:
40 en_US.UTF-8:
41 enabled: true
42 default: true
43 cs_CZ.UTF-8:
44 enabled: true
45 limit:
46 default:
47 enabled: true
48 domain: "*"
49 limits:
50 - type: hard
51 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010052 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010053 - type: soft
54 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010055 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010056 - type: soft
Petr Michalec1251c8c2017-04-21 14:55:19 +020057 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010058 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010059 - type: hard
Petr Michalec1251c8c2017-04-21 14:55:19 +020060 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010061 value: 307200
Andrey Shestakovc7920132017-05-24 23:09:59 +030062 systemd:
63 system:
64 Manager:
65 DefaultLimitNOFILE: 307200
66 DefaultLimitNPROC: 307200