blob: 71f0f467f2fb3d20d71d9dd3db21709db36e071a [file] [log] [blame]
Filip Pytlouna1898572016-01-25 22:35:13 +01001linux:
2 system:
3 enabled: true
4 cluster: default
5 name: test01
6 timezone: Europe/Prague
7 domain: local
8 environment: prd
9 apparmor:
10 enabled: false
Filip Pytloun8296bb92016-02-19 18:42:09 +010011 haveged:
12 enabled: true
Filip Pytlouna1898572016-01-25 22:35:13 +010013 console:
14 tty0:
Filip Pytloun281d0202016-01-29 14:03:51 +010015 autologin: root
16 ttyS0:
17 autologin: root
18 rate: 115200
19 term: xterm
Filip Pytlouna1898572016-01-25 22:35:13 +010020 prompt:
21 default: "test01.local$"
22 motd:
23 - warning: |
24 #!/bin/sh
25 printf "WARNING: This is tcpcloud network.\n"
26 printf " Unauthorized access is strictly prohibited.\n"
27 printf "\n"
28 - info: |
29 #!/bin/sh
30 printf -- "--[tcp cloud]---------------------------\n"
31 printf " Hostname | ${linux:system:name}\n"
32 printf " Domain | ${linux:system:domain}\n"
33 printf " System | %s\n" "$(lsb_release -s -d)"
34 printf " Kernel | %s\n" "$(uname -r)"
35 printf -- "----------------------------------------\n"
36 printf "\n"
37 user:
38 root:
39 enabled: true
40 home: /root
41 name: root
42 test:
43 enabled: true
44 name: test
45 sudo: true
46 uid: 9999
47 full_name: Test User
48 home: /home/test
49 group:
50 test:
51 enabled: true
52 name: test
53 gid: 9999
54 system: true
55 job:
56 test:
57 enabled: true
58 command: "/bin/sleep 3"
59 user: test
60 minute: 0
61 hour: 13
62 package:
63 htop:
64 version: latest
65 repo:
66 opencontrail:
67 source: "deb http://ppa.launchpad.net/tcpcloud/contrail-2.20/ubuntu trusty main"
68 architectures: amd64
Filip Pytloun7731b852016-02-01 11:13:47 +010069 policyrcd:
70 - package: cassandra
71 action: exit 101
72 - package: '*'
73 action: switch