From 6db41871f561c7b9869a7847de0ecea70bc9ed94 Mon Sep 17 00:00:00 2001 From: Niko Kurtti Date: Mon, 30 Mar 2015 20:12:29 +0300 Subject: [PATCH] tohtori deploy --- deploy_tohtori.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 deploy_tohtori.yml diff --git a/deploy_tohtori.yml b/deploy_tohtori.yml new file mode 100644 index 0000000..9287fad --- /dev/null +++ b/deploy_tohtori.yml @@ -0,0 +1,7 @@ +--- +- name: Deploy tohtori + hosts: application + vars_files: + - roles/tohtori/defaults/main.yml + tasks: + - include: roles/tohtori/tasks/build.yml