vagrant/templates/commands/winrm_config/config.erb

12 lines
279 B
Plaintext
Raw Normal View History

2018-10-04 20:13:27 +00:00
Host <%= host_key %>
HostName <%= winrm_host %>
User <%= winrm_user %>
Password <%= winrm_password %>
Port <%= winrm_port %>
<% if rdp_port -%>
RDPHostName <%= rdp_host %>
2018-10-04 20:13:27 +00:00
RDPPort <%= rdp_port %>
RDPUser <%= rdp_user %>
RDPPassword <%= rdp_pass %>
<% end -%>