From fd065a4b842ff3524740643e441a93ef8019b360 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 17 Dec 2015 14:30:07 -0600 Subject: [PATCH] adds an ansible galaxy requirements file for the sensu playbook Signed-off-by: Andrew Schoen --- ansible/sensu-requirements.yml | 4 ++++ ansible/sensu.yml | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 ansible/sensu-requirements.yml 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 -- 2.39.5