-
Notifications
You must be signed in to change notification settings - Fork 12
/
centos6-mini.yml
40 lines (31 loc) · 936 Bytes
/
centos6-mini.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
- hosts: post
connection: chroot
sudo: false
gather_facts: false
vars:
cdlabel: centos6-mini
hostname: centos6-mini
livecd_user: centos
root_password: centos
# Variables below not used directly in playbook. Used by generate_config.py to create basic kickstart file.
lang: en_US.UTF-8
keyboard: us
timezone: Asia/Jerusalem
partition_size: 4096
repos_list:
- { name: 'a-base', baseurl: 'http://mirror.isoc.org.il/pub/centos/6/os/$basearch' }
- { name: 'a-updates', baseurl: 'http://mirror.isoc.org.il/pub/centos/6/updates/$basearch' }
# End of variable block used by generate_config.py
roles:
- livecd-pre-common
# Add your ansible roles here
# - epel-repo
# - centos-sshd-service
- livecd-pxe-common
- livecd-post-common
- hosts: post-nochroot
connection: local
sudo: false
gather_facts: false
roles:
- livecd-isolinux-common