From af71e3e492296493b76afb3fffe0821c3ab91d3f Mon Sep 17 00:00:00 2001 From: Jonas Oberg Date: Tue, 13 Jun 2017 09:57:07 +0200 Subject: [PATCH] Added ansible as allowed host (and changed ssh key --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 994624f..1881d87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ pipeline: commands: - ansible-playbook -vvv playbook.yml -i hosts --syntax-check + deploy: image: williamyeh/ansible secrets: [ ssh_key ]