forked from ceph/ceph-cm-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcobbler.yml
21 lines (21 loc) · 1.39 KB
/
cobbler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
- 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-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: 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-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'] }
- cobbler_systems