forked from ceph/ceph-cm-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cobbler.yml
30 lines (30 loc) · 2.11 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
---
- 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: Fedora-22-Server-x86_64, tags: ['fedora22'] }
- { 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-6.7-x86_64, tags: ['centos6.7'] }
- { 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'] }
- cobbler_systems
become: true