chasinglogic.dconf_settings

dconf_settings

Use variable files to set GNOME settings (and other settings that use gsettings).

Role Variables

This module has one required variable called dconf_settings. This is a list of YAML dictionaries that specify the dconf key and its value like this:

dconf_settings:
  # Set CAPSLOCK as Ctrl
  - key: org.gnome.desktop.input-sources.xkb-options
    value: "['ctrl:nocaps']"

You can also add a descriptive name for the setting, which will be shown by Ansible:

dconf_settings:
  - name: Set CAPSLOCK as Ctrl
    key: org.gnome.desktop.input-sources.xkb-options
    value: "['ctrl:nocaps']"

Example Playbook

- hosts: servers
  roles:
     - chasinglogic.dconf_settings

License

BSD

Author Information

This section is optional for the role authors to provide contact information or a website (HTML is not allowed).

Informazioni sul progetto

Configure dconf settings for GNOME and other apps using gsettings

Installa
ansible-galaxy install chasinglogic.dconf_settings
Licenza
Unknown
Download
130
Proprietario
Linux and FOSS Enthusiast.