andif888 / ansible-role-wvd-rdagent

Installes Powershell Core 7 and Windows Virtual Desktop RDAgent, RDAgent Bootloader. The machine registers it self at the WVD host pool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-role-wvd-rdagent

Installes Powershell Core 7 and Windows Virtual Desktop RDAgent, RDAgent Bootloader.
The machine registers it self at the WVD host pool.

Requirements

Remote Desktop Session Host Role needs to be pre-installed.

Role Variables

wvd_rdagent_tenant_id (required)
Azure tenant id

wvd_rdagent_tenant_id: abc12345-1234-5678-bbbb-15817fa15cca

wvd_rdagent_subscription_id (required)
Azure subscription id

wvd_rdagent_subscription_id: abd89889-1111-2222-3333-306117795364

wvd_rdagent_client_id (required)
service principal app id

wvd_rdagent_client_id: 12345678-abbc-1111-2222-fe4502393322

wvd_rdagent_client_secret (required)
service principal client secret

wvd_rdagent_client_secret: "79823472389432432324"

wvd_rdagent_resource_group (required)
Azure resource group

wvd_rdagent_resource_group: my_resource_group

wvd_rdagent_host_pool (required)
Azure WVD host pool

wvd_rdagent_host_pool: my_wvd_host_pool

References

https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell#register-the-virtual-machines-to-the-windows-virtual-desktop-host-pool
https://github.com/Azure/RDS-Templates/tree/master/ARM-wvd-templates/DSC
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/virtual-desktop/create-host-pools-powershell.md

About

Installes Powershell Core 7 and Windows Virtual Desktop RDAgent, RDAgent Bootloader. The machine registers it self at the WVD host pool.