mirror of https://github.com/ceph/ceph-ansible.git
19 lines
384 B
YAML
19 lines
384 B
YAML
---
|
|
- name: include pre_requisite.yml
|
|
include: pre_requisite.yml
|
|
when:
|
|
- not containerized_deployment
|
|
|
|
- name: include create_rgw_nfs_user.yml
|
|
include: create_rgw_nfs_user.yml
|
|
|
|
- name: include start_nfs.yml
|
|
include: start_nfs.yml
|
|
when:
|
|
- not containerized_deployment
|
|
|
|
- name: include docker/main.yml
|
|
include: docker/main.yml
|
|
when:
|
|
- containerized_deployment
|