Desktop icons for a ready to go working station: arc-menu shortcuts, gnome bookmarks, desktop icons, autostart launchers, user icons.
desktop_launchers module is required for that role.
Variable Name | Description |
---|---|
user | The target machine session username |
home | The target machine session username's home directory |
kdbx_path | Path to the keepassxc kdbx file |
key_path | Path to the keepassxc key file |
rdp_host | RDP host for the local virtual machine |
rdp_name | RDP name for the local virtual machine |
rdp_port | RDP port for the local virtual machine |
Playbook should contain at least the following content:
- hosts: all
gather_facts: true
collections:
- jaybeede.linux_desktop
tasks:
- import_role:
name: desktop
JayBee [email protected]