From: Andrew Schoen Date: Mon, 4 Jan 2016 21:44:41 +0000 (-0600) Subject: move requirements into a ansible/requirements dir X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=46765f39a427452bf427d2e4caacba74cd312ccb;p=ceph-build.git move requirements into a ansible/requirements dir This is so the ceph-build-pull-requests job does not try to validate the requirements as an ansible playbook Signed-off-by: Andrew Schoen --- diff --git a/ansible/requirements/sensu-requirements.yml b/ansible/requirements/sensu-requirements.yml new file mode 100644 index 00000000..79149832 --- /dev/null +++ b/ansible/requirements/sensu-requirements.yml @@ -0,0 +1,7 @@ +- src: https://github.com/andrewschoen/ansible-playbook-sensu + scm: git + name: Mayeu.sensu + version: remotes/origin/plugin-gem-install + +- src: Mayeu.RabbitMQ + version: 1.4.0 diff --git a/ansible/sensu-requirements.yml b/ansible/sensu-requirements.yml deleted file mode 100644 index 79149832..00000000 --- a/ansible/sensu-requirements.yml +++ /dev/null @@ -1,7 +0,0 @@ -- src: https://github.com/andrewschoen/ansible-playbook-sensu - scm: git - name: Mayeu.sensu - version: remotes/origin/plugin-gem-install - -- src: Mayeu.RabbitMQ - version: 1.4.0 diff --git a/ansible/sensu.yml b/ansible/sensu.yml index 8559861c..f0b93325 100644 --- a/ansible/sensu.yml +++ b/ansible/sensu.yml @@ -1,7 +1,7 @@ # This playbook requires that you install the roles defined -# in ./sensu-requiremnts.yml. Do this by running: +# in ./requirements/sensu-requirements.yml. Do this by running: # -# ansible-galaxy install -r sensu-requirements.yml +# ansible-galaxy install -r requirements/sensu-requirements.yml # - hosts: sensu-server sudo: true