From: Andrew Schoen Date: Mon, 4 Jan 2016 20:40:55 +0000 (-0600) Subject: adds an inventory and host vars for sensu ansible X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9e1909eb4b3a32dff3f06852a4113a2680e9399c;p=ceph-build.git adds an inventory and host vars for sensu ansible Signed-off-by: Andrew Schoen --- diff --git a/ansible/host_vars/all.yml b/ansible/host_vars/all.yml new file mode 100644 index 00000000..54252265 --- /dev/null +++ b/ansible/host_vars/all.yml @@ -0,0 +1,4 @@ +--- +sensu_client_subscription_names: + - common + - rabbitmq diff --git a/ansible/host_vars/prado.ceph.com.yml b/ansible/host_vars/prado.ceph.com.yml new file mode 100644 index 00000000..bfce02a3 --- /dev/null +++ b/ansible/host_vars/prado.ceph.com.yml @@ -0,0 +1,3 @@ +--- +sensu_client_subscription_names: + - common diff --git a/ansible/sensu-hosts.yml b/ansible/sensu-hosts.yml new file mode 100644 index 00000000..7d429926 --- /dev/null +++ b/ansible/sensu-hosts.yml @@ -0,0 +1,7 @@ +[sensu-server] +158.69.67.168 + +[sensu-clients] +jenkins.ceph.com +chacra.ceph.com +prado.ceph.com