blob: 928efda0a324f0d55008daf3779279b56c9d23a2 [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:
7 linux:
8 system:
Petr Michalec517e5ff2017-08-07 10:05:53 +02009 user:
10 root:
11 enabled: true
12 name: root
13 home: /root
Ondrej Smola03ff34e2016-12-01 01:30:33 +010014 package:
Dmitry Burmistrov573be772017-08-15 13:46:02 +040015 python-msgpack:
Ondrej Smola03ff34e2016-12-01 01:30:33 +010016 version: latest
17 cloud-init:
18 version: purged
Daniel Čech8d7eab52017-04-24 11:42:03 +020019 mcelog:
20 version: latest
Ondrej Smola03ff34e2016-12-01 01:30:33 +010021 kernel:
Tomáš Kukrálce989af2017-02-15 17:52:42 +010022 modules:
23 - nf_conntrack
Ondrej Smola03ff34e2016-12-01 01:30:33 +010024 sysctl:
25 net.ipv4.tcp_keepalive_intvl: 3
26 net.ipv4.tcp_keepalive_time: 30
27 net.ipv4.tcp_keepalive_probes: 8
28 fs.file-max: 124165
29 net.core.somaxconn: 4096
30 vm.swappiness: 10
31 net.nf_conntrack_max: 1048576
32 net.ipv4.tcp_retries2: 5
33 net.ipv4.tcp_max_syn_backlog: 8192
34 net.ipv4.neigh.default.gc_thresh1: 4096
35 net.ipv4.neigh.default.gc_thresh2: 8192
36 net.ipv4.neigh.default.gc_thresh3: 16384
37 net.core.netdev_max_backlog: 261144
Bartosz Kupidura62e15652017-08-21 14:29:47 +020038 net.ipv4.tcp_tw_recycle: 1
39 net.ipv4.tcp_tw_reuse: 1
Ondrej Smola03ff34e2016-12-01 01:30:33 +010040 kernel.panic: 60
Jakub Pavlikadb08672017-01-29 11:22:35 -080041 cpu:
42 governor: performance
Ondrej Smola03ff34e2016-12-01 01:30:33 +010043 timezone: UTC
44 locale:
45 en_US.UTF-8:
46 enabled: true
47 default: true
48 cs_CZ.UTF-8:
49 enabled: true
50 limit:
51 default:
52 enabled: true
53 domain: "*"
54 limits:
55 - type: hard
56 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010057 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010058 - type: soft
59 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010060 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010061 - type: soft
Petr Michalec1251c8c2017-04-21 14:55:19 +020062 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010063 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010064 - type: hard
Petr Michalec1251c8c2017-04-21 14:55:19 +020065 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010066 value: 307200
Andrey Shestakovc7920132017-05-24 23:09:59 +030067 systemd:
68 system:
69 Manager:
70 DefaultLimitNOFILE: 307200
71 DefaultLimitNPROC: 307200