From 5b8bcb650e6ccb25b0cc448d8b47278f88b9bedd Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 27 Aug 2015 17:22:37 +0200 Subject: [PATCH] Simple framework for inventory specific deploy playbooks --- deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deploy.yml diff --git a/deploy.yml b/deploy.yml new file mode 100644 index 00000000..be3b4c40 --- /dev/null +++ b/deploy.yml @@ -0,0 +1,10 @@ +## +# Ansible playbook to deploy code. +# +# This playbook doesn't do anything by itself, it just allows to have a +# deploy playbook in the inventory directory which will be called afterwards. + +--- +# file: deploy.yml + +- include: "validate.yml" -- GitLab