ceph-ansible/roles/ceph-rbd-mirror/tasks/docker
Guillaume Abrioux d363b0f741 rbd: fix bug when trying to fetch key
With jewel, `bootstrap_rbd_keyring` is not set because of this condition:

```
when:
  - ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous
```

Therefore, the task `try to fetch ceph config and keys` will fail.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-10-06 11:34:29 +02:00
..
copy_configs.yml rbd: fix bug when trying to fetch key 2017-10-06 11:34:29 +02:00
main.yml name includes and set_fact for clarity 2017-09-18 23:39:46 +02:00
start_docker_rbd_mirror.yml Use systemd module instead of service. 2017-09-29 14:54:00 +02:00