Skip to content
Snippets Groups Projects
Commit 2b96081a authored by Attila Farkas's avatar Attila Farkas
Browse files

Use http on windows

parent b3e48977
No related branches found
No related tags found
1 merge request!32Version 2.0.0
......@@ -42,9 +42,8 @@ class Preconfig:
"ansible_password": "vagrant",
"ansible_become_pass": "vagrant",
"ansible_winrm_transport": "basic",
"ansible_winrm_server_cert_validation": "ignore"}
if sandbox.ansible_installed:
winrm_vars["ansible_winrm_scheme"] = "http"
"ansible_winrm_server_cert_validation": "ignore",
"ansible_winrm_scheme": "http"}
if sandbox.ansible_installed:
ssh_vars.update({"ansible_host": "127.0.0.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment