blob: 70eae665c9679af20fb11f6bd233f97c8c5a1e52 [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 package:
Ondrej Smola03ff34e2016-12-01 01:30:33 +010018 cloud-init:
19 version: purged
Daniel Cechcd04cab2017-10-25 13:04:27 +020020 unattended-upgrades:
Filip Pytlounc68ff752017-09-14 11:15:27 +020021 version: purged
Daniel Čech8d7eab52017-04-24 11:42:03 +020022 mcelog:
23 version: latest
Filip Pytloun2199d212017-12-07 14:14:46 +010024 apt:
25 config:
26 compression-workaround:
27 "Acquire::CompressionTypes::Order": "gz"
Kirill Mashchenkocdfaf3d2018-02-09 23:34:41 +030028 aws-s3-mirrors-workaround:
29 "Acquire::http::Pipeline-Depth": "0"
Ondrej Smola03ff34e2016-12-01 01:30:33 +010030 kernel:
Tomáš Kukrálce989af2017-02-15 17:52:42 +010031 modules:
32 - nf_conntrack
Ondrej Smola03ff34e2016-12-01 01:30:33 +010033 sysctl:
34 net.ipv4.tcp_keepalive_intvl: 3
35 net.ipv4.tcp_keepalive_time: 30
36 net.ipv4.tcp_keepalive_probes: 8
37 fs.file-max: 124165
38 net.core.somaxconn: 4096
39 vm.swappiness: 10
40 net.nf_conntrack_max: 1048576
41 net.ipv4.tcp_retries2: 5
42 net.ipv4.tcp_max_syn_backlog: 8192
43 net.ipv4.neigh.default.gc_thresh1: 4096
44 net.ipv4.neigh.default.gc_thresh2: 8192
45 net.ipv4.neigh.default.gc_thresh3: 16384
46 net.core.netdev_max_backlog: 261144
Bartosz Kupidura62e15652017-08-21 14:29:47 +020047 net.ipv4.tcp_tw_reuse: 1
Ondrej Smola03ff34e2016-12-01 01:30:33 +010048 kernel.panic: 60
Jakub Pavlikadb08672017-01-29 11:22:35 -080049 cpu:
50 governor: performance
Ondrej Smola03ff34e2016-12-01 01:30:33 +010051 timezone: UTC
52 locale:
53 en_US.UTF-8:
54 enabled: true
55 default: true
56 cs_CZ.UTF-8:
57 enabled: true
58 limit:
59 default:
60 enabled: true
61 domain: "*"
62 limits:
63 - type: hard
64 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010065 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010066 - type: soft
67 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010068 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010069 - type: soft
Petr Michalec1251c8c2017-04-21 14:55:19 +020070 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010071 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010072 - type: hard
Petr Michalec1251c8c2017-04-21 14:55:19 +020073 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010074 value: 307200
Andrey Shestakovc7920132017-05-24 23:09:59 +030075 systemd:
76 system:
77 Manager:
78 DefaultLimitNOFILE: 307200
79 DefaultLimitNPROC: 307200