mirror of https://github.com/ceph/ceph-ansible.git
parent
5e5d68ba41
commit
07bd04c851
|
@ -8,10 +8,11 @@
|
||||||
- /etc/ceph/ceph.mon.keyring
|
- /etc/ceph/ceph.mon.keyring
|
||||||
- /var/lib/ceph/bootstrap-mds/ceph.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
|
- name: install docker-py
|
||||||
pip: >
|
pip: >
|
||||||
name=docker-py
|
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
|
- name: stat for ceph config and keys
|
||||||
stat: >
|
stat: >
|
||||||
|
|
|
@ -7,10 +7,11 @@
|
||||||
- /etc/ceph/monmap
|
- /etc/ceph/monmap
|
||||||
- /etc/ceph/ceph.mon.keyring
|
- /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
|
- name: install docker-py
|
||||||
pip: >
|
pip: >
|
||||||
name=docker-py
|
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
|
- name: stat for ceph config and keys
|
||||||
stat: >
|
stat: >
|
||||||
|
|
|
@ -8,10 +8,11 @@
|
||||||
- /etc/ceph/ceph.mon.keyring
|
- /etc/ceph/ceph.mon.keyring
|
||||||
- /var/lib/ceph/bootstrap-osd/ceph.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
|
- name: install docker-py
|
||||||
pip: >
|
pip: >
|
||||||
name=docker-py
|
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
|
- name: stat for ceph config and keys
|
||||||
stat: >
|
stat: >
|
||||||
|
|
|
@ -5,10 +5,11 @@
|
||||||
- /etc/ceph/ceph.client.admin.keyring
|
- /etc/ceph/ceph.client.admin.keyring
|
||||||
- /etc/ceph/ceph.conf
|
- /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
|
- name: install docker-py
|
||||||
pip: >
|
pip: >
|
||||||
name=docker-py
|
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
|
- name: stat for ceph config and keys
|
||||||
stat: >
|
stat: >
|
||||||
|
|
|
@ -8,10 +8,11 @@
|
||||||
- /etc/ceph/ceph.mon.keyring
|
- /etc/ceph/ceph.mon.keyring
|
||||||
- /var/lib/ceph/bootstrap-rgw/ceph.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
|
- name: install docker-py
|
||||||
pip: >
|
pip: >
|
||||||
name=docker-py
|
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
|
- name: stat for ceph config and keys
|
||||||
stat: >
|
stat: >
|
||||||
|
|
Loading…
Reference in New Issue