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