dotfiles-ansible/group_vars/all/options.yml

45 lines
994 B
YAML

---
launcher: rofi
wallpaper_engine: swww
image_viewer: qimgv
clipboard: cliphist
screenshot: grim
notification: dunst
multiplexer: zellij
# TODO: mopidy backends orther than local files
music_daemon: mpd
# 'openssh' --> openssh-client-default
# 'dropbear' --> dropbear-dbclient
ssh_client: openssh
# NOTE: only OpenSSH can be used for SSH commit signing
gitcommit_sign_method: openpgp
# List of terminal emulators, in precedence order
terminal_emulators:
- foot
- alacritty
buildkit:
# Set to false to use OCI worker. All other options will be ignored
containerd_worker: true
# "k8s.io" for Kubernetes, "default" for normal containerd, "buildkit" for buildkit
containerd_namespace: default
# Use "native" on ZFS
containerd_snapshotter: overlayfs
# RedHat recommends 0077 for a secure server
# 0027 is a good in-between for desktop usage (0022 is the default)
umask: '0027'
# Leave jq behind! `jaq`, `gojq` and `yq` are here for the rescue
jq_binary: /usr/bin/gojq