diff --git a/infrastructure-playbooks/purge-cluster.yml b/infrastructure-playbooks/purge-cluster.yml index baf26e7a0..c3cde350a 100644 --- a/infrastructure-playbooks/purge-cluster.yml +++ b/infrastructure-playbooks/purge-cluster.yml @@ -420,10 +420,13 @@ - name: stop ceph mons with systemd service: - name: ceph-mon@{{ ansible_hostname }} + name: "ceph-{{ item }}@{{ ansible_hostname }}" state: stopped enabled: no failed_when: false + with_items: + - mon + - mgr - name: remove monitor store and bootstrap keys