-
Notifications
You must be signed in to change notification settings - Fork 69
/
cobbler.yml
63 lines (63 loc) · 4.95 KB
/
cobbler.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
- hosts: cobbler
roles:
- common
- cobbler
- { role: cobbler_profile, distro_name: inktank-rescue, tags: ['inktank-rescue'] }
- { role: cobbler_profile, distro_name: dban-2.3.0-autonuke, tags: ['dban-autonuke'] }
- { role: cobbler_profile, distro_name: RHEL-6.6-Server-x86_64, tags: ['rhel6.6'] }
- { role: cobbler_profile, distro_name: RHEL-6.7-Server-x86_64, tags: ['rhel6.7'] }
- { role: cobbler_profile, distro_name: RHEL-6.8-Server-x86_64, tags: ['rhel6.8'] }
- { role: cobbler_profile, distro_name: RHEL-7.0-Server-x86_64, tags: ['rhel7.0'] }
- { role: cobbler_profile, distro_name: RHEL-7.1-Server-x86_64, tags: ['rhel7.1'] }
- { role: cobbler_profile, distro_name: RHEL-7.2-Server-x86_64, tags: ['rhel7.2'] }
- { role: cobbler_profile, distro_name: RHEL-7.3-Server-x86_64, tags: ['rhel7.3'] }
- { role: cobbler_profile, distro_name: RHEL-7.4-Server-x86_64, tags: ['rhel7.4'] }
- { role: cobbler_profile, distro_name: RHEL-7.5-Server-x86_64, tags: ['rhel7.5'] }
- { role: cobbler_profile, distro_name: RHEL-7.6-Server-x86_64, tags: ['rhel7.6'] }
- { role: cobbler_profile, distro_name: RHEL-7.7-Server-x86_64, tags: ['rhel7.7'] }
- { role: cobbler_profile, distro_name: RHEL-7.8-Server-x86_64, tags: ['rhel7.8'] }
- { role: cobbler_profile, distro_name: RHEL-7.9-Server-x86_64, tags: ['rhel7.9'] }
- { role: cobbler_profile, distro_name: RHEL-8.0-Server-x86_64, tags: ['rhel8.0'] }
- { role: cobbler_profile, distro_name: RHEL-8.1-Server-x86_64, tags: ['rhel8.1'] }
- { role: cobbler_profile, distro_name: RHEL-8.2-Server-x86_64, tags: ['rhel8.2'] }
- { role: cobbler_profile, distro_name: RHEL-8.3-Server-x86_64, tags: ['rhel8.3'] }
- { role: cobbler_profile, distro_name: RHEL-8.4-Server-x86_64, tags: ['rhel8.4'] }
- { role: cobbler_profile, distro_name: RHEL-8.5-Server-x86_64, tags: ['rhel8.5'] }
- { role: cobbler_profile, distro_name: RHEL-8.6-Server-x86_64, tags: ['rhel8.6'] }
- { role: cobbler_profile, distro_name: RHEL-9.0-Server-x86_64, tags: ['rhel9.0'] }
- { role: cobbler_profile, distro_name: RHEL-9.3-Server-x86_64, tags: ['rhel9.3'] }
- { role: cobbler_profile, distro_name: Fedora-22-Server-x86_64, tags: ['fedora22'] }
- { role: cobbler_profile, distro_name: Fedora-31-Server-x86_64, tags: ['fedora31'] }
- { role: cobbler_profile, distro_name: CentOS-6.7-x86_64, tags: ['centos6.7'] }
- { role: cobbler_profile, distro_name: CentOS-7.0-x86_64, tags: ['centos7.0'] }
- { role: cobbler_profile, distro_name: CentOS-7.1-x86_64, tags: ['centos7.1'] }
- { role: cobbler_profile, distro_name: CentOS-7.2-x86_64, tags: ['centos7.2'] }
- { role: cobbler_profile, distro_name: CentOS-7.3-x86_64, tags: ['centos7.3'] }
- { role: cobbler_profile, distro_name: CentOS-7.4-x86_64, tags: ['centos7.4'] }
- { role: cobbler_profile, distro_name: CentOS-7.5-x86_64, tags: ['centos7.5'] }
- { role: cobbler_profile, distro_name: CentOS-7.6-x86_64, tags: ['centos7.6'] }
- { role: cobbler_profile, distro_name: CentOS-7.7-x86_64, tags: ['centos7.7'] }
- { role: cobbler_profile, distro_name: CentOS-7.8-arm, tags: ['centos7.8-arm'] }
- { role: cobbler_profile, distro_name: CentOS-7.9-x86_64, tags: ['centos7.9'] }
- { role: cobbler_profile, distro_name: CentOS-8.0-x86_64, tags: ['centos8.0'] }
- { role: cobbler_profile, distro_name: CentOS-8.1-x86_64, tags: ['centos8.1'] }
- { role: cobbler_profile, distro_name: CentOS-8.1-aarch64, tags: ['centos8.1-aarch64'] }
- { role: cobbler_profile, distro_name: CentOS-8.2-x86_64, tags: ['centos8.2'] }
- { role: cobbler_profile, distro_name: CentOS-8.3-x86_64, tags: ['centos8.3'] }
- { role: cobbler_profile, distro_name: CentOS-8.4-x86_64, tags: ['centos8.4'] }
- { role: cobbler_profile, distro_name: CentOS-8.5-x86_64, tags: ['centos8.5'] }
- { role: cobbler_profile, distro_name: CentOS-8.stream-x86_64, tags: ['centos8.stream'] }
- { role: cobbler_profile, distro_name: CentOS-9.stream-x86_64, tags: ['centos9.stream'] }
- { role: cobbler_profile, distro_name: Ubuntu-12.04-server-x86_64, tags: ['ubuntu-precise'] }
- { role: cobbler_profile, distro_name: Ubuntu-14.04-server-x86_64, tags: ['ubuntu-trusty'] }
- { role: cobbler_profile, distro_name: Ubuntu-15.04-server-x86_64, tags: ['ubuntu-vivid'] }
- { role: cobbler_profile, distro_name: Ubuntu-16.04-server-x86_64, tags: ['ubuntu-xenial'] }
- { role: cobbler_profile, distro_name: Ubuntu-18.04-server-x86_64, tags: ['ubuntu-bionic'] }
- { role: cobbler_profile, distro_name: Ubuntu-20.04-server-x86_64, tags: ['ubuntu-focal'] }
- { role: cobbler_profile, distro_name: openSUSE-15.0-x86_64, tags: ['opensuse-15.0'] }
- { role: cobbler_profile, distro_name: openSUSE-15.1-x86_64, tags: ['opensuse-15.1'] }
- { role: cobbler_profile, distro_name: openSUSE-15.2-x86_64, tags: ['opensuse-15.2'] }
- { role: cobbler_profile, distro_name: VMware-ESXi-7.0-x86_64, tags: ['esxi-7.0'] }
- cobbler_systems
become: true