mirror of https://github.com/ceph/ceph-ansible.git
15 lines
349 B
YAML
15 lines
349 B
YAML
---
|
|
- name: set_fact docker_exec_cmd
|
|
set_fact:
|
|
docker_exec_cmd: "docker exec ceph-mgr-{{ ansible_hostname }}"
|
|
when:
|
|
- containerized_deployment
|
|
|
|
- name: include pre_requisite.yml
|
|
include: pre_requisite.yml
|
|
when: not containerized_deployment
|
|
|
|
- name: include docker/main.yml
|
|
include: docker/main.yml
|
|
when: containerized_deployment
|