mirror of https://github.com/ceph/ceph-ansible.git
parent
dda83004c8
commit
fd03074cd5
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
- 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
|
|
|
@ -14,5 +14,4 @@
|
||||||
|
|
||||||
- include: fetch_configs.yml
|
- include: fetch_configs.yml
|
||||||
- include: start_docker_monitor.yml
|
- include: start_docker_monitor.yml
|
||||||
- include: copy_configs.yml
|
|
||||||
- include: ../ceph_keys.yml
|
- include: ../ceph_keys.yml
|
||||||
|
|
Loading…
Reference in New Issue