mirror of https://github.com/ceph/ceph-ansible.git
9 lines
297 B
YAML
9 lines
297 B
YAML
---
|
|
- include: prerequisites.yml
|
|
|
|
# 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.
|
|
- include: deploy_ssl_keys.yml
|
|
- include: configure_iscsi.yml
|