From 109c02002baf3c2d8eac57027f29f6c74e5233b5 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 18 Sep 2014 16:22:21 +0100 Subject: Make http the default upstream protocol --- ansible/roles/trove-setup/tasks/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/trove-setup/tasks/check.yml b/ansible/roles/trove-setup/tasks/check.yml index 1495b4b..3aeb48a 100644 --- a/ansible/roles/trove-setup/tasks/check.yml +++ b/ansible/roles/trove-setup/tasks/check.yml @@ -26,7 +26,7 @@ - fail: msg='WORKER_SSH_PUBKEY is mandatory' when: WORKER_SSH_PUBKEY is not defined -- set_fact: UPSTREAM_TROVE_PROTOCOL=ssh +- set_fact: UPSTREAM_TROVE_PROTOCOL=http when: UPSTREAM_TROVE_PROTOCOL is not defined - set_fact: TROVE_HOSTNAME={{ TROVE_ID }} -- cgit v1.2.1