Skip to content
Snippets Groups Projects
Commit 23628cf7 authored by Sébastien Han's avatar Sébastien Han
Browse files

Create missing directories when deploying with docker


Signed-off-by: default avatarSébastien Han <sebhan@cisco.com>
parent ea20ff7d
No related branches found
No related tags found
No related merge requests found
---
- name: create bootstrap directories
file:
path: /var/lib/ceph/bootstrap-{{ item }}
path: "{{ item }}"
state: directory
with_items:
- osd
- mds
- rgw
- /etc/ceph/
- /var/lib/ceph/bootstrap-osd
- /var/lib/ceph/bootstrap-mds
- /var/lib/ceph/bootstrap-rgw
# NOTE (leseb): for version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
- name: install docker-py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment