chasinglogic.dconf_settings

dconf_settings

使用变量文件来指定GNOME设置(以及其他使用gsettings的设置)

角色变量

这个模块有一个必需的变量 dconf_settings。这是一个YAML字典的列表,用于指定dconf键和值,格式如下:

dconf_settings:
  # 将CAPSLOCK设置为Ctrl
  - key: org.gnome.desktop.input-sources.xkb-options
    value: "['ctrl:nocaps']"

你可以选择性地为要由Ansible显示的设置指定一个描述性名称:

dconf_settings:
  - name: 将CAPSLOCK设置为Ctrl
    key: org.gnome.desktop.input-sources.xkb-options
    value: "['ctrl:nocaps']"

示例剧本

- hosts: servers
  roles:
     - chasinglogic.dconf_settings

许可证

BSD

作者信息

角色作者可以选择性地包含联系信息或网站(不允许使用HTML)。

关于项目

Configure dconf settings for GNOME and other apps using gsettings

安装
ansible-galaxy install chasinglogic.dconf_settings
许可证
Unknown
下载
130
拥有者
Linux and FOSS Enthusiast.