charlesrocket.freebsd.desktop role – Deploys desktop tunings

Note

This role is part of the charlesrocket.freebsd collection (version 1.10.0).

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

To install it use: ansible-galaxy collection install charlesrocket.freebsd.

To use it in a playbook, specify: charlesrocket.freebsd.desktop.

Entry point main – Deploys desktop tunings

Synopsis

  • Tasks for desktop configuration. Install ohmyzsh, setup required services and adjust user gropus.

Parameters

Parameter

Comments

desktop_acpi

boolean

Enable ACPI driver.

Choices:

  • false ← (default)

  • true

desktop_cuse

boolean

Enable cuse.

Choices:

  • false

  • true ← (default)

desktop_dbus

boolean

Enable dbus.

Choices:

  • false

  • true ← (default)

desktop_dsbmd

boolean

Enable DSBMD.

Choices:

  • false

  • true ← (default)

desktop_ohmyzsh

boolean

Install ohmyzsh.

Choices:

  • false ← (default)

  • true

desktop_seatd

boolean

Enable seatd.

Choices:

  • false

  • true ← (default)

desktop_sndiod

boolean

Enable sndiod.

Choices:

  • false

  • true ← (default)

desktop_usermount

boolean

Allow users to mount.

Choices:

  • false

  • true ← (default)

Authors

  • charlesrocket