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