1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
ansible_linux_desktop_setup/group_vars/thinkpad.yml

44 lines
842 B
YAML
Raw Normal View History

2018-11-17 22:57:33 +01:00
---
2020-11-29 22:38:53 +01:00
# legacy, maybe used
2019-04-26 09:27:55 +02:00
# some ssh role parameters
2019-03-15 22:18:51 +01:00
home_sweet_home: false
2019-04-26 09:27:55 +02:00
install_keychain: true
2021-09-18 21:00:59 +02:00
# i3wm config:
2019-06-24 15:43:35 +02:00
enable_lock_after_time: true
2018-11-17 22:57:33 +01:00
i3_packages_extra:
- ranger
- light
2019-02-21 11:53:31 +01:00
- pass
2019-02-23 18:51:11 +01:00
- gnome
- asciinema
- mtr
2019-02-24 23:05:14 +01:00
- evince
2019-02-24 23:09:13 +01:00
- speedtest-cli
2018-11-17 22:57:33 +01:00
i3_font_size: 11
i3_focus_follows_mouse: true
2018-11-17 22:57:33 +01:00
i3_desktop_background: "/home/{{ user }}/.config/background.png"
2018-11-17 22:57:33 +01:00
2019-03-15 22:18:51 +01:00
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png --color 000000"
2018-12-09 00:15:03 +01:00
2019-04-24 13:36:04 +02:00
install_and_enable_cronie: true
2019-02-18 22:15:36 +01:00
2019-07-29 08:20:08 +02:00
# enable xtra aliases in basrc
git_pull_alias: true
git_typo_alias: true
2020-01-24 11:07:30 +01:00
# debug f00
print_os_vars: true
2020-02-28 18:27:45 +01:00
2020-04-13 18:19:35 +02:00
install_pass_as_password_manager: true
2020-02-28 18:27:45 +01:00
extra_bashrc: "alias dd='dd bs=4M status=progress oflag=dsync'"
2020-03-19 10:27:14 +01:00
temporarily_disable_screensaver: false
2020-12-16 14:46:57 +01:00
modify_lightdm: false
2021-03-15 18:13:52 +01:00
# ingore warning temporarily
warn_if_role_pulseaudio_is_not_tested_well: false