ckaserer.remote_desktop

gplv3 Maintenance

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

About

install a browser based remote desktop

Install
ansible-galaxy install ckaserer.remote_desktop
GitHub repository
License
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.