ceph-ansible/roles/ceph-iscsi-gw/tasks/main.yml

9 lines
297 B
YAML
Raw Normal View History

---
- 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