2016-05-06 02:20:03 +08:00
|
|
|
---
|
2017-09-15 06:48:53 +08:00
|
|
|
- name: include pre_requisite.yml
|
|
|
|
include: pre_requisite.yml
|
2017-09-19 22:19:14 +08:00
|
|
|
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
|
2016-05-06 02:20:03 +08:00
|
|
|
|
2017-09-15 06:48:53 +08:00
|
|
|
- name: include docker/main.yml
|
|
|
|
include: docker/main.yml
|
2017-09-19 22:19:14 +08:00
|
|
|
when:
|
|
|
|
- containerized_deployment
|