mirror of https://github.com/ceph/ceph-ansible.git
14 lines
316 B
YAML
14 lines
316 B
YAML
---
|
|
- name: set_fact docker_exec_cmd
|
|
set_fact:
|
|
docker_exec_cmd: "docker exec ceph-mds-{{ ansible_hostname }}"
|
|
|
|
- name: include copy_configs.yml
|
|
include: copy_configs.yml
|
|
|
|
- name: include start_docker_mds.yml
|
|
include: start_docker_mds.yml
|
|
|
|
- name: include enable_multimds.yml
|
|
include: enable_multimds.yml
|