ckaserer.remote_desktop
ckaserer.remote-desktop
Either way we need to install the latest version of the remote_desktop ansible role from ansible galaxy via
ansible-galaxy install ckaserer.remote_desktop
The playbook below installs a desktop environment on all hosts.
Alternativly you can set hosts to a group of ansible nodes or localhost.
Executing the role requires root privileges hence the additional become: true in the include_role task.
- hosts: all
tasks:
- name: "Include ckaserer.remote_desktop"
include_role:
name: "ckaserer.remote_desktop"
apply:
become: true
Install
ansible-galaxy install ckaserer.remote_desktopLicense
gpl-3.0
Downloads
324
Owner
Anything related to Containers, CI/CD or general automation is fair game for him - give him a terminal and he is happy.
