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
|
2019-04-01 23:46:15 +08:00
|
|
|
when: 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
|
2019-04-01 23:46:15 +08:00
|
|
|
when: ceph_origin == 'local'
|
2016-06-06 22:22:20 +08:00
|
|
|
|
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
|
2019-04-01 23:46:15 +08:00
|
|
|
when: (ceph_origin == 'repository' or ceph_origin == 'distro')
|