mirror of https://github.com/ceph/ceph-ansible.git
11 lines
262 B
YAML
11 lines
262 B
YAML
|
---
|
||
|
- name: push ceph files to the ansible server
|
||
|
fetch:
|
||
|
src: "{{ item.0 }}"
|
||
|
dest: "{{ fetch_directory }}/docker_mon_files/{{ item.0 }}"
|
||
|
flat: yes
|
||
|
with_together:
|
||
|
- ceph_config_keys
|
||
|
- statconfig.results
|
||
|
when: item.1.stat.exists == false
|