2014-09-05 03:14:11 +08:00
|
|
|
---
|
2017-08-03 21:30:25 +08:00
|
|
|
- name: configure redhat repository installation
|
|
|
|
include: configure_redhat_repository_installation.yml
|
2017-07-07 01:29:43 +08:00
|
|
|
when:
|
2017-08-03 21:30:25 +08:00
|
|
|
- ceph_origin == 'repository'
|
2017-07-07 01:29:43 +08:00
|
|
|
|
2017-08-03 21:30:25 +08:00
|
|
|
- name: configure redhat local installation
|
|
|
|
include: configure_redhat_local_installation.yml
|
2016-06-06 22:22:20 +08:00
|
|
|
when:
|
|
|
|
- ceph_origin == 'local'
|
|
|
|
|
2017-08-03 21:30:25 +08:00
|
|
|
- name: install redhat packages
|
|
|
|
include: install_redhat_packages.yml
|
2017-05-04 17:14:58 +08:00
|
|
|
when:
|
2017-08-03 21:30:25 +08:00
|
|
|
- (ceph_origin == 'repository' or ceph_origin == 'distro')
|