Ansible: Add CIMC/IPMI/COBBLER
[csit.git] / resources / tools / testbed-setup / ansible / roles / cobbler / files / var / lib / cobbler / kickstarts / ubuntu-18.04.2-server-x86_64.seed
1 #### Contents of the preconfiguration file (for Ubuntu 18.04 Server LTS)
2
3 ### Localization
4 # Locale sets language and country.
5 d-i debian-installer/locale string en_US
6 d-i pkgsel/install-language-support boolean false
7 # Keyboard selection.
8 # Disable automatic (interactive) keymap detection.
9 d-i console-setup/ask_detect boolean false
10 d-i console-setup/layoutcode string us
11
12 ### Network configuration
13 # netcfg will choose an interface that has link if possible. This makes it
14 # skip displaying a list if there is more than one interface.
15 d-i netcfg/choose_interface select auto
16 # If you have a slow dhcp server and the installer times out waiting for
17 # it, this might be useful.
18 d-i netcfg/dhcp_timeout string 60
19 # If you prefer to configure the network manually, uncomment this line and
20 # the static network configuration below.
21 #d-i netcfg/disable_dhcp boolean true
22 # If you want the preconfiguration file to work on systems both with and
23 # without a dhcp server, uncomment these lines and the static network
24 # configuration below.
25 d-i netcfg/dhcp_failed note
26 #d-i netcfg/dhcp_options select Configure network manually
27 # Static network configuration.
28 #d-i netcfg/get_nameservers string 172.30.0.2
29 #d-i netcfg/get_ipaddress string 172.30.15.42
30 #d-i netcfg/get_netmask string 255.255.0.0
31 #d-i netcfg/get_gateway string 172.30.0.1
32 #d-i netcfg/confirm_static boolean true
33 # Any hostname and domain names assigned from dhcp take precedence over
34 # values set here. However, setting the values still prevents the questions
35 # from being shown, even if values come from dhcp.
36 d-i netcfg/get_hostname string unassigned-hostname
37 d-i netcfg/get_domain string unassigned-domain
38 # Disable WEP key dialog.
39 d-i netcfg/wireless_wep string
40 # Alternatively: by default, the installer uses CC.archive.ubuntu.com where
41 # CC is the ISO-3166-2 code for the selected country. You can preseed this
42 # so that it does so without asking.
43 d-i mirror/http/mirror select us.archive.ubuntu.com
44
45 ### Mirror settings
46 d-i live-installer/net-image string http://$http_server/cobbler/links/$distro_name/install/filesystem.squashfs
47
48 ### Clock and time zone setup
49 # Controls whether or not the hardware clock is set to UTC.
50 d-i clock-setup/utc boolean true
51 # You may set this to any valid setting for $TZ; see the contents of
52 # /usr/share/zoneinfo/ for valid values.
53 d-i time/zone string America/Los_Angeles
54 # Controls whether to use NTP to set the clock during the install
55 d-i clock-setup/ntp boolean false
56
57 ### Partitioning
58 ## If the system has free space you can choose to only partition that space.
59 # Alternatives: custom, some_device, some_device_crypto, some_device_lvm.
60 d-i partman-auto/init_automatically_partition select some_device
61 # Alternatively, you can specify a disk to partition. The device name must
62 # be given in traditional non-devfs format.
63 d-i partman-auto/disk string /dev/sda
64 # In addition, you'll need to specify the method to use.
65 # The presently available methods are: "regular", "lvm" and "crypto"
66 d-i partman-auto/method string regular
67 # If one of the disks that are going to be automatically partitioned
68 # contains an old LVM configuration, the user will normally receive a
69 # warning. This can be preseeded away...
70 d-i partman-lvm/device_remove_lvm boolean true
71 # The same applies to pre-existing software RAID array:
72 d-i partman-md/device_remove_md boolean true
73 # And the same goes for the confirmation to write the lvm partitions.
74 d-i partman-lvm/confirm boolean true
75 # You can choose one of the three predefined partitioning recipes:
76 # - atomic: all files in one partition
77 # - home:   separate /home partition
78 # - multi:  separate /home, /usr, /var, and /tmp partitions
79 d-i partman-auto/choose_recipe select atomic
80 # If you just want to change the default filesystem from ext3 to something
81 # else, you can do that without providing a full recipe.
82 d-i partman/default_filesystem string ext4
83 # This makes partman automatically partition without confirmation, provided
84 # that you told it what to do using one of the methods above.
85 d-i partman/confirm_write_new_label boolean true
86 d-i partman/choose_partition select finish
87 d-i partman/confirm boolean true
88 d-i partman/confirm_nooverwrite boolean true
89
90 ### Account setup
91 # Skip creation of a root account (normal user account will be able to
92 # use sudo). The default is false; preseed this to true if you want to set
93 # a root password.
94 d-i passwd/root-login boolean false
95 # Root password, either in clear text
96 #d-i passwd/root-password password pass
97 #d-i passwd/root-password-again password pass
98 # or encrypted using an MD5 hash.
99 #d-i passwd/root-password-crypted password f4f1d7b6738330f521de21da3f563bce
100 # To create a normal user account.
101 d-i passwd/user-fullname string testuser
102 d-i passwd/username string testuser
103 # Normal user's password, either in clear text
104 d-i passwd/user-password password Csit1234
105 d-i passwd/user-password-again password Csit1234
106 # or encrypted using an MD5 hash.
107 #d-i passwd/user-password-crypted password f4f1d7b6738330f521de21da3f563bce
108 # The installer will warn about weak passwords. If you are sure you know
109 # what you're doing and want to override it, uncomment this.
110 d-i user-setup/allow-password-weak boolean true
111 # Set to true if you want to encrypt the first user's home directory.
112 d-i user-setup/encrypt-home boolean false
113
114 ### Package selection
115 tasksel tasksel/first multiselect ubuntu-server
116 # Individual additional packages to install
117 d-i pkgsel/include string openssh-server python2.7
118 # Whether to upgrade packages after debootstrap.
119 # Allowed values: none, safe-upgrade, full-upgrade
120 #d-i pkgsel/upgrade select none
121 # Policy for applying updates. May be "none" (no automatic updates),
122 # "unattended-upgrades" (install security updates automatically), or
123 # "landscape" (manage system with Landscape).
124 d-i pkgsel/update-policy select none
125
126 ### Boot loader installation
127 d-i grub-installer/bootdev string default
128 # This is fairly safe to set, it makes grub install automatically to the MBR
129 # if no other operating system is detected on the machine.
130 d-i grub-installer/only_debian boolean false
131 # This one makes grub-installer install to the MBR if it also finds some other
132 # OS, which is less safe as it might not be able to boot that other OS.
133 d-i grub-installer/with_other_os boolean false
134
135 ### Finishing up the installation
136 # Avoid that last message about the install being complete.
137 d-i finish-install/reboot_in_progress note