blob: 1ca26c4019f62939d1ed4e24321c63b85cf18481 [file] [log] [blame]
Filip Pytlouna1898572016-01-25 22:35:13 +01001linux:
azvyagintsevb7c2ef42018-08-16 14:21:39 +03002 network:
3 enabled: true
4 hostname: linux
5 fqdn: linux.ci.local
Filip Pytlouna1898572016-01-25 22:35:13 +01006 system:
7 enabled: true
Martin Polreichcceeb3b2019-01-24 14:05:12 +01008 banner:
9 enabled: true
10 contents: |
11 ================= WARNING =================
12 This is tcpcloud network.
13 Unauthorized access is strictly prohibited.
14 ===========================================
15 file:
16 /tmp/sample.txt:
17 source: http://techslides.com/demos/samples/sample.txt
18 source_hash: 5452459724e85b4e12277d5f8aab8fc9
19 sample2.txt:
20 name: /tmp/sample2.txt
21 source: http://techslides.com/demos/samples/sample.txt
Ivan Berezovskiyf9301e12019-07-22 13:14:14 +040022 sample3.tar.gz:
23 name: /tmp/sample3.tar.gz
24 secured_source:
25 protocol: http #optional
26 user: username
27 password: password
28 url: wordpress.org/latest.tar.gz
29 secured_hash: #optional
30 url: wordpress.org/latest.tar.gz.md5
Martin Polreichcceeb3b2019-01-24 14:05:12 +010031 test2:
32 name: /tmp/test2.txt
33 contents: |
34 line1
35 line2
36 user: root
37 group: root
38 mode: 700
39 dir_mode: 700
40 encoding: utf-8
41 makedirs: true
42 test3:
43 name: /tmp/test3.txt
44 source: salt://linux/files/test/file_template.jinja
45 template: jinja
agoriunovd7b19ce2019-02-18 11:37:32 +020046 test4:
47 decode: True
48 name: /tmp/test4.txt
49 encoded_data: dGVzdDQK
azvyagintseva3a73d02018-12-06 14:49:58 +020050 apt:
51 preferences:
52 enabled: true
53 rules:
54 100:
55 enabled: true
56 name: 'Ubuntu origin'
57 pin: 'release o=Ubuntu'
58 priority: 1100
59 package: '*'
60 5:
61 enabled: true
62 name: 'Ubuntu origin'
63 pin: 'release o=Ubuntu'
64 priority: 1100
65 package: '*'
Dmitry Teselkin0f084a02018-08-29 14:46:38 +030066 at:
67 enabled: true
68 user:
69 root:
70 enabled: true
71 testuser:
72 enabled: true
73 cron:
74 enabled: true
75 user:
76 root:
77 enabled: true
78 testuser:
79 enabled: true
Filip Pytlouna1898572016-01-25 22:35:13 +010080 cluster: default
Petr Michalec1c4c8d82017-02-28 19:09:21 +010081 name: linux
azvyagintsevb7c2ef42018-08-16 14:21:39 +030082 domain: ci.local
Filip Pytlouna1898572016-01-25 22:35:13 +010083 environment: prd
Jiri Broulik25839cc2017-04-18 17:05:20 +020084 purge_repos: true
Dzmitry Stremkouski70d09782018-11-30 16:04:59 +010085 service:
86 apt-daily.timer:
87 status: dead
88 tgt:
89 name: tgt
90 status: running
91 enabled: True
92 override:
93 50:
94 target: tgt.service.d
95 content: |
96 [Service]
97 ExecStart=
98 ExecStart=/usr/sbin/tgtd -f --iscsi portal=127.0.0.1:5555
Filip Pytloun8b2131e2017-11-08 13:29:03 +010099 directory:
100 /tmp/test:
101 makedirs: true
Filip Pytlouna1898572016-01-25 22:35:13 +0100102 apparmor:
103 enabled: false
Filip Pytloun8296bb92016-02-19 18:42:09 +0100104 haveged:
105 enabled: true
Filip Pytlouna1898572016-01-25 22:35:13 +0100106 prompt:
Petr Michalec1c4c8d82017-02-28 19:09:21 +0100107 default: "linux.ci.local$"
Jakub Pavlikb148c8c2017-02-12 21:30:48 +0100108 kernel:
Jakub Pavlik6c9ead12017-02-16 21:53:13 +0100109 isolcpu: 1,2,3,4
Simon Schneider98f7a492017-12-07 13:18:49 +0100110 elevator: deadline
Michael Polenchukebf55522018-01-25 13:22:39 +0400111 boot_options:
112 - pti=off
113 - spectre_v2=auto
Dmitry Teselkin809834c2018-08-13 19:14:42 +0300114 module:
115 module_1:
116 install:
117 command: /bin/true
118 remove:
119 enabled: false
120 command: /bin/false
121 module_2:
122 install:
123 enabled: false
124 command: /bin/false
125 remove:
126 command: /bin/true
127 module_3:
128 blacklist: true
129 module_4:
130 blacklist: false
131 alias:
132 "module*":
133 enabled: true
134 "module_*":
135 enabled: false
136 module_5:
137 softdep:
138 pre:
139 1:
140 value: module_1
141 2:
142 value: module_2
143 enabled: false
144 post:
145 1:
146 value: module_3
147 2:
148 value: module_4
149 enabled: false
150 module_6:
151 option:
152 opt_1: 111
153 opt_2: 222
154 module_7:
155 option:
156 opt_3:
157 value: 333
158 opt_4:
159 enabled: true
160 value: 444
161 opt_5:
162 enabled: false
Jiri Broulik303905d2018-01-11 14:12:48 +0100163 cgroup:
164 group:
165 group_1:
166 controller:
167 cpu:
168 shares:
169 value: 250
170 mapping:
171 subjects:
172 - '@group1'
Filip Pytloun361096c2017-08-23 10:57:20 +0200173 sysfs:
Martin Polreich148e1b82018-09-13 15:54:25 +0200174 enable_apply: true
Filip Pytloun361096c2017-08-23 10:57:20 +0200175 scheduler:
176 block/sda/queue/scheduler: deadline
177 power:
178 mode:
179 power/state: 0660
180 owner:
181 power/state: "root:power"
182 devices/system/cpu/cpu0/cpufreq/scaling_governor: powersave
Filip Pytlouna1898572016-01-25 22:35:13 +0100183 motd:
184 - warning: |
185 #!/bin/sh
186 printf "WARNING: This is tcpcloud network.\n"
187 printf " Unauthorized access is strictly prohibited.\n"
188 printf "\n"
189 - info: |
190 #!/bin/sh
191 printf -- "--[tcp cloud]---------------------------\n"
192 printf " Hostname | ${linux:system:name}\n"
193 printf " Domain | ${linux:system:domain}\n"
194 printf " System | %s\n" "$(lsb_release -s -d)"
195 printf " Kernel | %s\n" "$(uname -r)"
196 printf -- "----------------------------------------\n"
197 printf "\n"
198 user:
199 root:
200 enabled: true
201 home: /root
202 name: root
Dmitry Teselkin47e41f42018-09-27 14:10:09 +0300203 maxdays: 365
Filip Pytloun54cb3632017-06-14 11:56:59 +0200204 testuser:
Filip Pytlouna1898572016-01-25 22:35:13 +0100205 enabled: true
Filip Pytloun54cb3632017-06-14 11:56:59 +0200206 name: testuser
Martin Polreich72f61c42018-01-19 13:55:09 +0100207 password: passw0rd
Filip Pytlouna1898572016-01-25 22:35:13 +0100208 sudo: true
209 uid: 9999
210 full_name: Test User
211 home: /home/test
Dzmitry Stremkouskia0d8b2d2018-10-22 14:12:05 +0200212 unique: false
Petr Michalec1c4c8d82017-02-28 19:09:21 +0100213 groups:
Filip Pytlound281d292017-05-30 15:55:37 +0200214 - db-ops
215 - salt-ops
Dzmitry Stremkouskifae59fb2018-11-21 10:10:10 +0100216 optional_groups:
217 - docker
Petr Michalec1c4c8d82017-02-28 19:09:21 +0100218 salt_user1:
219 enabled: true
220 name: saltuser1
221 sudo: false
222 uid: 9991
223 full_name: Salt User1
224 home: /home/saltuser1
Martin Polreich4fcd5c02018-07-16 09:41:51 +0200225 home_dir_mode: 755
Petr Michalec1c4c8d82017-02-28 19:09:21 +0100226 salt_user2:
227 enabled: true
228 name: saltuser2
229 sudo: false
230 uid: 9992
231 full_name: Salt Sudo User2
232 home: /home/saltuser2
Filip Pytlound281d292017-05-30 15:55:37 +0200233 groups:
234 - sudogroup1
Filip Pytlouna1898572016-01-25 22:35:13 +0100235 group:
Filip Pytloun54cb3632017-06-14 11:56:59 +0200236 testgroup:
Filip Pytlouna1898572016-01-25 22:35:13 +0100237 enabled: true
Filip Pytloun54cb3632017-06-14 11:56:59 +0200238 name: testgroup
Filip Pytlouna1898572016-01-25 22:35:13 +0100239 gid: 9999
240 system: true
Petr Michalec3cd4cb72017-08-01 11:50:42 +0200241 addusers:
242 - salt_user1
243 - salt_user2
Petr Michalec1c4c8d82017-02-28 19:09:21 +0100244 db-ops:
245 enabled: true
Petr Michalec3cd4cb72017-08-01 11:50:42 +0200246 delusers:
247 - salt_user1
Petr Michaleca17ea5a2017-08-08 15:46:03 +0200248 - dontexistatall
Petr Michalec1c4c8d82017-02-28 19:09:21 +0100249 salt-ops:
250 enabled: true
Filip Pytlound281d292017-05-30 15:55:37 +0200251 name: salt-ops
Petr Michalec1c4c8d82017-02-28 19:09:21 +0100252 sudogroup1:
253 enabled: true
254 name: sudogroup1
255 sudogroup2:
256 enabled: true
257 name: sudogroup2
258 sudogroup3:
259 enabled: false
260 name: sudogroup3
Filip Pytlouna1898572016-01-25 22:35:13 +0100261 job:
262 test:
263 enabled: true
264 command: "/bin/sleep 3"
Filip Pytloun54cb3632017-06-14 11:56:59 +0200265 user: testuser
Filip Pytlouna1898572016-01-25 22:35:13 +0100266 minute: 0
267 hour: 13
268 package:
269 htop:
270 version: latest
271 repo:
azvyagintsev45cf4522018-08-03 15:04:40 +0200272 disabled_repo:
273 source: "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable"
274 enabled: false
275 disabled_repo_left_proxy:
276 source: "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable"
277 enabled: false
278 proxy:
279 enabled: true
280 https: https://127.0.5.1:443
azvyagintsev4494a472018-09-14 19:19:23 +0300281 saltstack:
282 source: "deb [arch=amd64] http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2017.7/ xenial main"
283 key_url: "http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2017.7/SALTSTACK-GPG-KEY.pub"
azvyagintseva3a73d02018-12-06 14:49:58 +0200284 name: 'human readable saltstack reponame'
azvyagintsev4494a472018-09-14 19:19:23 +0300285 architectures: amd64
286 clean_file: true
287 pinning:
288 10:
289 enabled: true
290 pin: 'release o=SaltStack'
291 priority: 50
292 package: 'libsodium18'
293 20:
294 enabled: true
295 pin: 'release o=SaltStack'
296 priority: 1100
297 package: '*'
Filip Pytlouna1898572016-01-25 22:35:13 +0100298 opencontrail:
Petr Michalec10462bb2017-03-23 19:18:08 +0100299 source: "deb http://ppa.launchpad.net/tcpcloud/contrail-3.0/ubuntu xenial main"
300 keyid: E79EE90C
301 keyserver: keyserver.ubuntu.com
302 architectures: amd64
303 proxy:
304 enabled: true
305 https: https://127.0.5.1:443
306 #http: http://127.0.5.2:8080
Dennis Dmitriev4bf87622017-07-06 21:07:27 +0300307 apt-salt:
308 source: "deb http://apt.mirantis.com/xenial stable salt"
309 #key_url: http://apt.mirantis.com/public.gpg
310 # pub 4096R/A76882D3 2015-06-17
Petr Michalec1ae62b12017-04-27 14:35:13 +0200311 key: |
312 -----BEGIN PGP PUBLIC KEY BLOCK-----
313 Version: GnuPG v1
314
315 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
361 jtcwJrHue5Xn8UPSLkE=
362 =SWiA
363 -----END PGP PUBLIC KEY BLOCK-----
Petr Michalec10462bb2017-03-23 19:18:08 +0100364 architectures: amd64
365 proxy:
366 enabled: true
Dennis Dmitriev4bf87622017-07-06 21:07:27 +0300367 apt-salt-nightly:
368 source: "deb http://apt.mirantis.com/xenial nightly salt"
369 key_url: http://apt.mirantis.com/public.gpg
Petr Michalec10462bb2017-03-23 19:18:08 +0100370 architectures: amd64
371 proxy:
372 enabled: false
Dennis Dmitriev4bf87622017-07-06 21:07:27 +0300373 apt-extra-nightly:
374 source: "deb http://apt.mirantis.com/xenial nightly extra"
375 key_url: http://apt.mirantis.com/public.gpg
Filip Pytlouna1898572016-01-25 22:35:13 +0100376 architectures: amd64
Filip Pytlounc49445a2016-04-04 14:23:20 +0200377 locale:
Jakub Josef495245a2018-03-05 15:41:01 +0100378 en_US:
Filip Pytlounc49445a2016-04-04 14:23:20 +0200379 enabled: true
380 default: true
Jakub Josef495245a2018-03-05 15:41:01 +0100381 cs_CZ:
Filip Pytlounc49445a2016-04-04 14:23:20 +0200382 enabled: true
Filip Pytlounc665ee22017-02-17 12:17:32 +0100383 autoupdates:
384 enabled: true
Petr Michalec1c4c8d82017-02-28 19:09:21 +0100385 sudo:
386 enabled: true
387 alias:
388 runas:
389 DBA:
390 - postgres
391 - mysql
392 SALT:
393 - root
394 host:
395 LOCAL:
396 - localhost
397 PRODUCTION:
398 - db1
399 - db2
400 command:
401 SUDO_RESTRICTED_SU:
402 - /bin/vi /etc/sudoers
403 - /bin/su - root
404 - /bin/su -
405 - /bin/su
406 - /usr/sbin/visudo
407 SUDO_SHELLS:
408 - /bin/sh
409 - /bin/ksh
410 - /bin/bash
411 - /bin/rbash
412 - /bin/dash
413 - /bin/zsh
414 - /bin/csh
415 - /bin/fish
416 - /bin/tcsh
417 - /usr/bin/login
418 - /usr/bin/su
419 - /usr/su
420 SUDO_SALT_SAFE:
421 - /usr/bin/salt state*
422 - /usr/bin/salt service*
423 - /usr/bin/salt pillar*
424 - /usr/bin/salt grains*
425 - /usr/bin/salt saltutil*
426 - /usr/bin/salt-call state*
427 - /usr/bin/salt-call service*
428 - /usr/bin/salt-call pillar*
429 - /usr/bin/salt-call grains*
430 - /usr/bin/salt-call saltutil*
431 SUDO_SALT_TRUSTED:
432 - /usr/bin/salt*
433 users:
434 saltuser1: {}
435 saltuser2:
436 hosts:
437 - LOCAL
438 # User Alias:
439 DBA:
440 hosts:
441 - ALL
442 commands:
443 - SUDO_SALT_SAFE
444 groups:
445 db-ops:
446 hosts:
447 - ALL
448 - '!PRODUCTION'
449 runas:
450 - DBA
451 commands:
452 - /bin/cat *
453 - /bin/less *
454 - /bin/ls *
455 - SUDO_SALT_SAFE
456 - '!SUDO_SHELLS'
457 - '!SUDO_RESTRICTED_SU'
458 salt-ops:
459 hosts:
460 - 'ALL'
461 runas:
462 - SALT
463 commands:
464 - SUDO_SALT_TRUSTED
465 salt-ops2:
466 name: salt-ops
467 runas:
468 - DBA
469 commands:
470 - SUDO_SHELLS
471 sudogroup1:
472 commands:
473 - ALL
474 sudogroup2:
475 commands:
476 - ALL
477 hosts:
478 - localhost
479 users:
480 - test
481 nopasswd: false
482 sudogroup3:
483 commands:
484 - ALL
Petr Michalec10462bb2017-03-23 19:18:08 +0100485 env:
486 BOB_VARIABLE: Alice
487 BOB_PATH:
488 - /srv/alice/bin
489 - /srv/bob/bin
490 HTTPS_PROXY: https://127.0.4.1:443
491 http_proxy: http://127.0.4.2:80
492 ftp_proxy: ftp://127.0.4.3:2121
493 no_proxy:
494 - 192.168.0.1
495 - 192.168.0.2
496 - .saltstack.com
497 - .ubuntu.com
498 - .mirantis.com
499 - .launchpad.net
500 - .dummy.net
501 - .local
502 LANG: C
503 LC_ALL: C
Dmitry Teselkina0d31d12018-09-04 14:43:09 +0300504 login_defs:
505 PASS_MAX_DAYS:
506 value: 99
Dmitry Teselkinba028c32018-09-04 13:01:13 +0300507 shell:
508 umask: '027'
509 timeout: 900
Petr Michalec10462bb2017-03-23 19:18:08 +0100510 profile:
511 vi_flavors.sh: |
512 export PAGER=view
513 alias vi=vim
514 locales: |
515 export LANG=en_US
516 export LC_ALL=en_US.UTF-8
517
518 # pillar for proxy configuration
519 proxy:
520 # for package managers
521 pkg:
522 enabled: true
523 https: https://127.0.2.1:4443
524 #http: http://127.0.2.2
525 ftp: none
526 # fallback, system defaults
527 https: https://127.0.1.1:443
528 #http: http://127.0.1.2
529 ftp: ftp://127.0.1.3
530 noproxy:
531 - host1
532 - host2
533 - .local
Vladimir Ereminccf28842017-04-10 23:52:10 +0300534
535 # pillars for netconsole setup
536 netconsole:
537 enabled: true
538 port: 514
539 loglevel: debug
540 target:
541 192.168.0.1:
542 mac: "ff:ff:ff:ff:ff:ff"
543 interface: bond0
Serhiy Ovsianikov67bd56a2017-08-11 15:56:01 +0300544 atop:
545 enabled: true
546 interval: 20
547 logpath: "/var/mylog/atop"
548 outfile: "/var/mylog/atop/daily.log"
Oleksii Chupryn144432b2018-05-22 10:34:48 +0300549 mcelog:
550 enabled: true
551 logging:
552 syslog: true
553 syslog_error: true