Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

jaredhocutt/ansible-dconf-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dconf Settings

This role handles configuring the specified dconf settings.

Requirements

The hosts you are targeting should have the following packages:

  • python >= 2.6
  • python-dnf

Role Variables

Variable Required Default Description
dconf_settings [] A list of dconf settings to set.

Each item in the list should be a dictionary containing a key and value.

Dependencies

None

Example Playbook

- hosts: servers
  roles:
    - role: jaredhocutt.vscode
      vars:
        dconf_settings:
          - key: /org/gnome/desktop/interface/clock-show-date
            value: "true"
          - key: /org/gnome/desktop/interface/clock-format
            value: "'12h'"
          - key: /org/gnome/desktop/interface/show-battery-percentage
            value: "true"

License

MIT

Author Information

Jared Hocutt (@jaredhocutt)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published