mirror of https://github.com/ceph/ceph-ansible.git
11 lines
410 B
YAML
11 lines
410 B
YAML
---
|
|
- include: pre_requisite.yml
|
|
- include: "{{ playbook_dir }}/roles/ceph-common/tasks/docker/fetch_image.yml"
|
|
vars:
|
|
ceph_docker_username: "{{ ceph_restapi_docker_username }}"
|
|
ceph_docker_imagename: "{{ ceph_restapi_docker_imagename }}"
|
|
ceph_docker_image_tag: "{{ ceph_restapi_docker_image_tag }}"
|
|
- include: dirs_permissions.yml
|
|
- include: fetch_configs.yml
|
|
- include: start_docker_restapi.yml
|