We don't support Ubuntu Precise, so this feature does not exists
anymore.
Signed-off-by: Sébastien Han <seb@redhat.com>
+++ /dev/null
-#!/bin/bash
-
-echo -n "Ceph state is: "
-/usr/bin/ceph health
-echo ""
when:
- cephx
- inventory_hostname == groups[mon_group_name] | last
-
-- name: drop in a motd script to report status when logging in
- copy:
- src: precise/92-ceph
- dest: /etc/update-motd.d/92-ceph
- owner: root
- group: root
- mode: 0755
- when:
- - ansible_distribution_release == 'precise'