roles:
- common
- cobbler
- - { role: cobbler_profile, distro_name: RHEL-6.6-Server-x86_64 }
- - { role: cobbler_profile, distro_name: RHEL-7.0-Server-x86_64 }
- - { role: cobbler_profile, distro_name: RHEL-7.1-Server-x86_64 }
- - { role: cobbler_profile, distro_name: CentOS-7-x86_64 }
- - { role: cobbler_profile, distro_name: CentOS-6.6-x86_64 }
- - { role: cobbler_profile, distro_name: Ubuntu-12.04-server-x86_64 }
- - { role: cobbler_profile, distro_name: Ubuntu-14.04-server-x86_64 }
- - { role: cobbler_profile, distro_name: Ubuntu-15.04-server-x86_64 }
+ - { role: cobbler_profile, distro_name: RHEL-6.6-Server-x86_64, tags: ['rhel6.6'] }
+ - { 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: CentOS-7-x86_64, tags: ['centos7.0'] }
+ - { role: cobbler_profile, distro_name: CentOS-6.6-x86_64, tags: ['centos6.6'] }
+ - { 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'] }