Use https when fetching data from boot.foo.sh
This commit is contained in:
parent
ad230bd98b
commit
7d21e1bbf3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ tls_private: /etc/pki/tls/private
|
||||||
tls_bundle: /etc/pki/tls/cert.pem
|
tls_bundle: /etc/pki/tls/cert.pem
|
||||||
|
|
||||||
# url where installer data is located
|
# url where installer data is located
|
||||||
boot_url: http://boot.foo.sh/ks
|
boot_url: https://boot.foo.sh/ks
|
||||||
|
|
||||||
# hardcode this for now
|
# hardcode this for now
|
||||||
ansible_datacenter: home
|
ansible_datacenter: home
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue