Sha256: 21083598cfca14801d7e95ebbc9a924fdebbe466f2c3970c6ef10cb95213310c

Contents?: true

Size: 597 Bytes

Versions: 4

Compression:

Stored size: 597 Bytes

Contents

# Copy this file to config.yml and edit the settings below.
# This should work out of the box for vagrant provisioned boxes.

## Kerberos
#auth_type: kerberos
#endpoint: "http://<yourserver>:5985/wsman"
#options:
#  realm: "your.realm"

## Plain Text
auth_type: plaintext
# If you are running this in a vagrant provisioned box using NAT,
# this will be the forwarded WinRM HTTP port to your VM.
# If you are running this on the VM, the default HTTP port is 5985.
# See README.md#Troubleshooting.
endpoint: "http://localhost:55985/wsman"
options:
  user: vagrant
  pass: vagrant

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
winrm-1.7.3 spec/config-example.yml
winrm-1.7.1 spec/config-example.yml
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/winrm-1.3.6/spec/config-example.yml
winrm-1.3.6 spec/config-example.yml