summaryrefslogtreecommitdiff
path: root/ansible/roles/trove-setup/tasks/check.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/trove-setup/tasks/check.yml')
-rw-r--r--ansible/roles/trove-setup/tasks/check.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/trove-setup/tasks/check.yml b/ansible/roles/trove-setup/tasks/check.yml
index d873030..6305a78 100644
--- a/ansible/roles/trove-setup/tasks/check.yml
+++ b/ansible/roles/trove-setup/tasks/check.yml
@@ -29,6 +29,9 @@
- fail: msg='UPSTREAM_TROVE is mandatory'
when: UPSTREAM_TROVE is not defined
+- set_fact: UPSTREAM_TROVE_PROTOCOL=ssh
+ when: UPSTREAM_TROVE_PROTOCOL is not defined
+
- set_fact: TROVE_HOSTNAME={{ TROVE_ID }}
when: TROVE_HOSTNAME is not defined