From: Sébastien Han Date: Wed, 14 Sep 2016 15:53:30 +0000 (+0200) Subject: ability to switch from bare metal to containerized daemons X-Git-Tag: v1.0.7~19^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F989%2Fhead;p=ceph-ansible.git ability to switch from bare metal to containerized daemons Signed-off-by: Sébastien Han --- diff --git a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml index e6085bc32..930b5b69a 100644 --- a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml +++ b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml @@ -282,7 +282,7 @@ retries: 10 delay: 10 changed_when: false - delegate_to: "{{ mon_host }}" + delegate_to: "{{ groups.mons[0] }}" - name: switching from non-containerized to containerized ceph mds