mirror of https://github.com/ceph/ceph-ansible.git
16 lines
316 B
YAML
16 lines
316 B
YAML
---
|
|
- name: include pre_requisite.yml
|
|
include: pre_requisite.yml
|
|
when:
|
|
- not containerized_deployment
|
|
|
|
- name: include start_restapi.yml
|
|
include: start_restapi.yml
|
|
when:
|
|
- not containerized_deployment
|
|
|
|
- name: include docker/main.yml
|
|
include: docker/main.yml
|
|
when:
|
|
- containerized_deployment
|