ceph-ansible/roles/ceph-mon/tasks/docker/pre_requisite.yml

16 lines
334 B
YAML
Raw Normal View History

---
- name: create bootstrap directories
2015-10-17 07:55:31 +08:00
file:
path: /var/lib/ceph/bootstrap-{{ item }}
state: directory
with_items:
- osd
- mds
- rgw
# NOTE (leseb): for version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
- name: install docker-py
2015-10-17 07:55:31 +08:00
pip:
name: docker-py
version: 1.1.0