vagrant/templates/commands/winrm_config/config.erb

12 lines
279 B
Plaintext

Host <%= host_key %>
HostName <%= winrm_host %>
User <%= winrm_user %>
Password <%= winrm_password %>
Port <%= winrm_port %>
<% if rdp_port -%>
RDPHostName <%= rdp_host %>
RDPPort <%= rdp_port %>
RDPUser <%= rdp_user %>
RDPPassword <%= rdp_pass %>
<% end -%>