2016-08-26 21:22:47 +08:00
|
|
|
---
|
2017-09-21 16:07:37 +08:00
|
|
|
- name: check_mandatory_vars.yml
|
|
|
|
include: check_mandatory_vars.yml
|
|
|
|
|
2017-09-15 06:48:53 +08:00
|
|
|
- name: include prerequisites.yml
|
|
|
|
include: prerequisites.yml
|
2017-08-05 02:18:11 +08:00
|
|
|
|
|
|
|
# deploy_ssl_keys used the ansible controller to create self-signed crt/key/pub files
|
|
|
|
# and transfers them to /etc/ceph directory on each controller. SSL certs are used by
|
|
|
|
# the API for https support.
|
2017-09-15 06:48:53 +08:00
|
|
|
- name: include deploy_ssl_keys.yml
|
|
|
|
include: deploy_ssl_keys.yml
|
|
|
|
|
|
|
|
- name: configure_iscsi.yml
|
|
|
|
include: configure_iscsi.yml
|