]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
adds an ansible galaxy requirements file for the sensu playbook
authorAndrew Schoen <aschoen@redhat.com>
Thu, 17 Dec 2015 20:30:07 +0000 (14:30 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 4 Jan 2016 20:44:51 +0000 (14:44 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ansible/sensu-requirements.yml [new file with mode: 0644]
ansible/sensu.yml

diff --git a/ansible/sensu-requirements.yml b/ansible/sensu-requirements.yml
new file mode 100644 (file)
index 0000000..a182b11
--- /dev/null
@@ -0,0 +1,4 @@
+- src: Mayeu.sensu
+
+- src: Mayeu.RabbitMQ
+  version: 1.4.0
index 52e4c8fd211770b133e3125588dcf64b5a11172d..331a0e8aefb49efb8c65c86d78da40fe62720a9c 100644 (file)
@@ -1,3 +1,8 @@
+# This playbook requires that you install the roles defined
+# in ./sensu-requiremnts.yml. Do this by running:
+#
+#     ansible-galaxy install -r sensu-requirements.yml
+#
 - hosts: all
   user: admin
   sudo: true