2014-09-05 03:14:11 +08:00
|
|
|
---
|
2017-09-15 06:48:53 +08:00
|
|
|
- name: include configure_redhat_repository_installation.yml
|
2018-08-21 22:23:35 +08:00
|
|
|
include_tasks: 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-09-15 06:48:53 +08:00
|
|
|
- name: include configure_redhat_local_installation.yml
|
2018-08-21 22:23:35 +08:00
|
|
|
include_tasks: configure_redhat_local_installation.yml
|
2016-06-06 22:22:20 +08:00
|
|
|
when:
|
|
|
|
- ceph_origin == 'local'
|
|
|
|
|
2017-09-15 06:48:53 +08:00
|
|
|
- name: include install_redhat_packages.yml
|
2018-08-21 22:23:35 +08:00
|
|
|
include_tasks: 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')
|