From: Andrew Schoen Date: Thu, 17 Dec 2015 20:30:07 +0000 (-0600) Subject: adds an ansible galaxy requirements file for the sensu playbook X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fd065a4b842ff3524740643e441a93ef8019b360;p=ceph-build.git adds an ansible galaxy requirements file for the sensu playbook Signed-off-by: Andrew Schoen --- diff --git a/ansible/sensu-requirements.yml b/ansible/sensu-requirements.yml new file mode 100644 index 00000000..a182b111 --- /dev/null +++ b/ansible/sensu-requirements.yml @@ -0,0 +1,4 @@ +- src: Mayeu.sensu + +- src: Mayeu.RabbitMQ + version: 1.4.0 diff --git a/ansible/sensu.yml b/ansible/sensu.yml index 52e4c8fd..331a0e8a 100644 --- a/ansible/sensu.yml +++ b/ansible/sensu.yml @@ -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