ceph-ansible/roles/ceph-mon/tasks/docker/copy_configs.yml

11 lines
262 B
YAML
Raw Normal View History

---
- name: push ceph files to the ansible server
2015-10-17 07:55:31 +08:00
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