asc.xhack.lab_win10 role – Deploy Windows 10 clients in the lab domain

Note

This role is part of the asc.xhack collection (version 1.0.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: git clone git@ssh.dev.azure.com:v3/cloudasc/iac-ansible-collections/xhack $HOME/.ansible/collections/ansible_collections/asc/xhack.

To use it in a playbook, specify: asc.xhack.lab_win10.

Entry point main – Deploy Windows 10 clients in the lab domain

New in asc.xhack 1.0.0

Synopsis

  • Deploy Windows 10 clients in the lab domain

Parameters

Parameter

Comments

lab_win10

dictionary

‘lab_win10’ role configuration

domain_joined

boolean

Whether to join the VMs to the domain

Choices:

  • false

  • true ← (default)

enabled

boolean

Whether to enable the lab_win10 role

Choices:

  • false ← (default)

  • true

per_student

boolean

Whether to deploy one VM per student

Choices:

  • false ← (default)

  • true

vm_count

integer

Number of VMs to deploy

Default: 1

vm_name_prefix

string

Prefix for the VM name

Default: "w10cli"

vm_size

string

Size of the VMs to deploy (Azure VM size)

Default: "Standard_B2ms"

Authors

  • Lorenzo Bernardi