2021-06-13 14:46:01 +02:00
|
|
|
# Default values
|
|
|
|
|
|
|
|
# If you have root access on the machine (via sudo)
|
|
|
|
root_access: no
|
|
|
|
|
|
|
|
# Display server (no, "x11", "wayland")
|
|
|
|
display_server: no
|
|
|
|
|
|
|
|
# What development work will I do on this machine
|
|
|
|
dev_stuffs: []
|
|
|
|
|
|
|
|
# Install software that is rarely used
|
|
|
|
software_full: no
|
|
|
|
|
|
|
|
# Which additional software to install
|
|
|
|
software_snippets: []
|
|
|
|
|
2021-06-16 22:57:18 +02:00
|
|
|
# If the computer has a battery and we want to use it
|
|
|
|
has_battery: no
|
|
|
|
|
|
|
|
# Activate numlock by default
|
|
|
|
auto_numlock: no
|
|
|
|
|
2021-06-19 16:52:28 +02:00
|
|
|
# Machine has SSH key to access git.frogeye.fr
|
|
|
|
has_forge_access: no
|
2021-06-21 23:19:46 +02:00
|
|
|
|
|
|
|
# Wether to permit /home/$USER to be encrypted
|
|
|
|
# with stacked filesystem encryption
|
|
|
|
encrypt_home_stacked_fs: no
|
2021-06-23 21:47:42 +02:00
|
|
|
|
|
|
|
# Which extensions to load
|
|
|
|
extensions: []
|
|
|
|
|
|
|
|
# TODO Make role/playbook defaults instead
|