mirror of https://github.com/ceph/ceph-ansible.git
parent
5e5d68ba41
commit
07bd04c851
|
@ -8,10 +8,11 @@
|
|||
- /etc/ceph/ceph.mon.keyring
|
||||
- /var/lib/ceph/bootstrap-mds/ceph.keyring
|
||||
|
||||
# NOTE (leseb): force version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
|
||||
- name: install docker-py
|
||||
pip: >
|
||||
name=docker-py
|
||||
version=1.1.0 # https://github.com/ansible/ansible-modules-core/issues/1227
|
||||
version=1.1.0
|
||||
|
||||
- name: stat for ceph config and keys
|
||||
stat: >
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
- /etc/ceph/monmap
|
||||
- /etc/ceph/ceph.mon.keyring
|
||||
|
||||
# NOTE (leseb): force version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
|
||||
- name: install docker-py
|
||||
pip: >
|
||||
name=docker-py
|
||||
version=1.1.0 # https://github.com/ansible/ansible-modules-core/issues/1227
|
||||
version=1.1.0
|
||||
|
||||
- name: stat for ceph config and keys
|
||||
stat: >
|
||||
|
|
|
@ -8,10 +8,11 @@
|
|||
- /etc/ceph/ceph.mon.keyring
|
||||
- /var/lib/ceph/bootstrap-osd/ceph.keyring
|
||||
|
||||
# NOTE (leseb): force version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
|
||||
- name: install docker-py
|
||||
pip: >
|
||||
name=docker-py
|
||||
version=1.1.0 # https://github.com/ansible/ansible-modules-core/issues/1227
|
||||
version=1.1.0
|
||||
|
||||
- name: stat for ceph config and keys
|
||||
stat: >
|
||||
|
|
|
@ -5,10 +5,11 @@
|
|||
- /etc/ceph/ceph.client.admin.keyring
|
||||
- /etc/ceph/ceph.conf
|
||||
|
||||
# NOTE (leseb): force version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
|
||||
- name: install docker-py
|
||||
pip: >
|
||||
name=docker-py
|
||||
version=1.1.0 # https://github.com/ansible/ansible-modules-core/issues/1227
|
||||
version=1.1.0
|
||||
|
||||
- name: stat for ceph config and keys
|
||||
stat: >
|
||||
|
|
|
@ -8,10 +8,11 @@
|
|||
- /etc/ceph/ceph.mon.keyring
|
||||
- /var/lib/ceph/bootstrap-rgw/ceph.keyring
|
||||
|
||||
# NOTE (leseb): force version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
|
||||
- name: install docker-py
|
||||
pip: >
|
||||
name=docker-py
|
||||
version=1.1.0 # https://github.com/ansible/ansible-modules-core/issues/1227
|
||||
version=1.1.0
|
||||
|
||||
- name: stat for ceph config and keys
|
||||
stat: >
|
||||
|
|
Loading…
Reference in New Issue