mirror of https://github.com/ceph/ceph-ansible.git
commit
8719b3556c
|
@ -25,12 +25,12 @@
|
||||||
- name: push ceph files to the ansible server
|
- name: push ceph files to the ansible server
|
||||||
fetch:
|
fetch:
|
||||||
src: "{{ item.0 }}"
|
src: "{{ item.0 }}"
|
||||||
dest: "{{ fetch_directory }}/docker_mon_files/var/lib/ceph/radosgw/keyring"
|
dest: "{{ fetch_directory }}/docker_mon_files/var/lib/ceph/radosgw/{{ ansible_hostname }}/keyring"
|
||||||
flat: yes
|
flat: yes
|
||||||
with_together:
|
with_together:
|
||||||
- rgw_config_keys
|
- rgw_config_keys
|
||||||
- statconfig.results
|
- statconfig.results
|
||||||
when:
|
when:
|
||||||
- item.1.stat.exists == false
|
|
||||||
- nfs_obj_gw
|
- nfs_obj_gw
|
||||||
|
- item.1.stat.exists == false
|
||||||
- inventory_hostname == groups.rgws[0]
|
- inventory_hostname == groups.rgws[0]
|
||||||
|
|
Loading…
Reference in New Issue