From 7d21e1bbf3ff7de8491593a2a3767e45962f45a9 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 17 Sep 2020 19:26:49 +0000 Subject: [PATCH] Use https when fetching data from boot.foo.sh --- group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 899e1d2..f2f92bc 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -31,7 +31,7 @@ tls_private: /etc/pki/tls/private tls_bundle: /etc/pki/tls/cert.pem # url where installer data is located -boot_url: http://boot.foo.sh/ks +boot_url: https://boot.foo.sh/ks # hardcode this for now ansible_datacenter: home