asc.core.services_guacamole role – Deploy a Guacamole instance and configures it

Note

This role is part of the asc.core collection (version 1.0.4).

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/core $HOME/.ansible/collections/ansible_collections/asc/core.

To use it in a playbook, specify: asc.core.services_guacamole.

Entry point main – Deploy a Guacamole instance and configures it

New in asc.core 1.0.0

Synopsis

  • Deploys a Guacamole server and configures it

Parameters

Parameter

Comments

services_guacamole

dictionary

‘services_guacamole’ role configuration

admins

list / elements=string

List of email addresses of users that will be granted admin access to the Guacamole web interface

Default: []

enable_aad_auth

boolean

Whether to enable AAD authentication to access the Guacamole web interface

Choices:

  • false ← (default)

  • true

enabled

boolean

Whether to enable the role

Choices:

  • false ← (default)

  • true

guac_version

string

Guacamole version to deploy

See https://github.com/apache/guacamole-server/tags for available versions

Default: "1.4.0"

vm_disk_size

integer

Size of the extra data disk (in GB)

Default: 64

vm_name

string

Name of the VM to deploy

Default: "vmguacamole01"

vm_size

string

Size of the VM to deploy (Azure VM size)

Default: "Standard_B2ms"

Authors

  • Lorenzo Bernardi