Fix Cloud ingress rules, re-write vm-guest-tools to powershell

This commit is contained in:
Chris Long
2020-07-05 02:06:21 -07:00
parent eb7cb33afb
commit 2eef9efed7
6 changed files with 103 additions and 2 deletions

View File

@@ -144,13 +144,13 @@
"remote_path": "/tmp/script.bat",
"execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"",
"scripts": [
"./scripts/vm-guest-tools.bat",
"./scripts/enable-rdp.bat"
]
},
{
"type": "powershell",
"scripts": [
"./scripts/vm-guest-tools.ps1",
"./scripts/debloat-windows.ps1"
]
},