mirror of https://github.com/ceph/ceph-ansible.git
commit
cec3329749
|
@ -8,10 +8,9 @@
|
||||||
- "{{ ceph_stable_rh_storage_repository_path }}"
|
- "{{ ceph_stable_rh_storage_repository_path }}"
|
||||||
|
|
||||||
- name: fetch the red hat storage iso from the ansible server
|
- name: fetch the red hat storage iso from the ansible server
|
||||||
fetch: >
|
copy: >
|
||||||
src={{ ceph_stable_rh_storage_iso_path }}
|
src={{ ceph_stable_rh_storage_iso_path }}
|
||||||
dest={{ ceph_stable_rh_storage_iso_path }}
|
dest={{ ceph_stable_rh_storage_iso_path }}
|
||||||
flat=yes
|
|
||||||
|
|
||||||
- name: mount red hat storage iso file
|
- name: mount red hat storage iso file
|
||||||
mount: >
|
mount: >
|
||||||
|
|
2
site.yml
2
site.yml
|
@ -5,7 +5,7 @@
|
||||||
sudo: True
|
sudo: True
|
||||||
roles:
|
roles:
|
||||||
- ceph-mon
|
- ceph-mon
|
||||||
- { role: ceph-restapi, when: restapi_group_name is defined }
|
- { role: ceph-restapi, when: restapi_group_name is defined and restapi_group_name in group_names }
|
||||||
|
|
||||||
- hosts: osds
|
- hosts: osds
|
||||||
sudo: True
|
sudo: True
|
||||||
|
|
Loading…
Reference in New Issue