ESXi Bugfixes - Use only 2 network adapters instead of 3
This commit is contained in:
		| @@ -11,11 +11,11 @@ | ||||
|  | ||||
| # This needs to be made idempodent | ||||
| - name: Set HostOnly IP Address | ||||
|   win_shell: "New-NetIPAddress –InterfaceAlias Ethernet2 –AddressFamily IPv4 -IPAddress 192.168.38.103 –PrefixLength 24 -DefaultGateway 192.168.38.1" | ||||
|   win_shell: "New-NetIPAddress –InterfaceAlias Ethernet1 –AddressFamily IPv4 -IPAddress 192.168.38.103 –PrefixLength 24 -DefaultGateway 192.168.38.1" | ||||
|  | ||||
| # This needs to be made idempodent | ||||
| - name: Set HostOnly DNS Address | ||||
|   win_shell: "Set-DnsClientServerAddress -InterfaceAlias Ethernet2 -ServerAddresses 192.168.38.102,8.8.8.8" | ||||
|   win_shell: "Set-DnsClientServerAddress -InterfaceAlias Ethernet1 -ServerAddresses 192.168.38.102,8.8.8.8" | ||||
|  | ||||
| - name: Install git | ||||
|   win_chocolatey: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chris Long
					Chris Long