blob: 2bebcba2747da384bcbf0e1b26d6afb343256b90 [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
11 console:
12 tty0:
13 autologin: true
14 prompt:
15 default: "test01.local$"
16 motd:
17 - warning: |
18 #!/bin/sh
19 printf "WARNING: This is tcpcloud network.\n"
20 printf " Unauthorized access is strictly prohibited.\n"
21 printf "\n"
22 - info: |
23 #!/bin/sh
24 printf -- "--[tcp cloud]---------------------------\n"
25 printf " Hostname | ${linux:system:name}\n"
26 printf " Domain | ${linux:system:domain}\n"
27 printf " System | %s\n" "$(lsb_release -s -d)"
28 printf " Kernel | %s\n" "$(uname -r)"
29 printf -- "----------------------------------------\n"
30 printf "\n"
31 user:
32 root:
33 enabled: true
34 home: /root
35 name: root
36 test:
37 enabled: true
38 name: test
39 sudo: true
40 uid: 9999
41 full_name: Test User
42 home: /home/test
43 group:
44 test:
45 enabled: true
46 name: test
47 gid: 9999
48 system: true
49 job:
50 test:
51 enabled: true
52 command: "/bin/sleep 3"
53 user: test
54 minute: 0
55 hour: 13
56 package:
57 htop:
58 version: latest
59 repo:
60 opencontrail:
61 source: "deb http://ppa.launchpad.net/tcpcloud/contrail-2.20/ubuntu trusty main"
62 architectures: amd64