Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Winrm https support #24

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

hh
Copy link

@hh hh commented Dec 4, 2015

And fixing a few typos

@@ -4,6 +4,7 @@
"type": "virtualbox-iso",
"vboxmanage": [
[ "modifyvm", "{{.Name}}", "--natpf1", "guest_winrm,tcp,,55985,,5985" ],
[ "modifyvm", "{{.Name}}", "--natpf1", "guest_winrm_ssl,tcp,,55986,,5986" ],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a duplicate forwarding?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a second forwarding for https, so we can test both with same image.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah right. I must be getting old.

jean added a commit to jean/packer-templates that referenced this pull request Jun 14, 2017
Without this, Ansible can't connect to the created VM.
This is a fix to mwrock#86
A better fix is probably
mwrock#24 which modifies the
box creation, rather than adding provisioning after the fact, but that
has gone unmerged since 2015.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants