mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
commit
333ec82bf8
3 changed files with 4 additions and 47 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit bc609d74a023e3ea3b2c5621c1ea8de2b5d3ee17
|
Subproject commit feb443d260ca5fa24f870c483e33f71c4cc18398
|
|
@ -9,7 +9,7 @@ l3d_users__default_users:
|
||||||
shell: '/bin/bash'
|
shell: '/bin/bash'
|
||||||
create_home: true
|
create_home: true
|
||||||
pubkeys: "{{ lookup('url', 'https://github.com/do1jlr.keys', split_lines=False) }}"
|
pubkeys: "{{ lookup('url', 'https://github.com/do1jlr.keys', split_lines=False) }}"
|
||||||
password: "{{ lookup('community.general.passwordstore', gopass_prefix + 'ansible/hosts/' + inventory_hostname + '/users/lilian/pwd_hash') }}"
|
password: "{{ lookup('community.general.passwordstore', gopass_prefix + 'ansible/hosts/' + inventory_hostname + '/users/l3d/pwd_hash') }}"
|
||||||
exklusive_pubkeys: true
|
exklusive_pubkeys: true
|
||||||
admin: true
|
admin: true
|
||||||
admin_commands: 'ALL'
|
admin_commands: 'ALL'
|
||||||
|
@ -63,11 +63,11 @@ i3_keybindings_extra:
|
||||||
- keybinding:
|
- keybinding:
|
||||||
name: darker
|
name: darker
|
||||||
key: XF86MonBrightnessDown
|
key: XF86MonBrightnessDown
|
||||||
exec: --no-startup-id sudo light -U 9
|
exec: --no-startup-id light -U 9
|
||||||
- keybinding:
|
- keybinding:
|
||||||
name: lighter
|
name: lighter
|
||||||
key: XF86MonBrightnessUp
|
key: XF86MonBrightnessUp
|
||||||
exec: --no-startup-id sudo light -A 6
|
exec: --no-startup-id light -A 6
|
||||||
|
|
||||||
i3_applications:
|
i3_applications:
|
||||||
- application:
|
- application:
|
||||||
|
|
|
@ -1,43 +0,0 @@
|
||||||
---
|
|
||||||
# legacy, maybe used
|
|
||||||
|
|
||||||
# some ssh role parameters
|
|
||||||
home_sweet_home: false
|
|
||||||
install_keychain: true
|
|
||||||
|
|
||||||
# i3wm config:
|
|
||||||
enable_lock_after_time: true
|
|
||||||
|
|
||||||
i3_packages_extra:
|
|
||||||
- ranger
|
|
||||||
- light
|
|
||||||
- pass
|
|
||||||
- gnome
|
|
||||||
- asciinema
|
|
||||||
- mtr
|
|
||||||
- evince
|
|
||||||
- speedtest-cli
|
|
||||||
|
|
||||||
i3_font_size: 13
|
|
||||||
i3_focus_follows_mouse: true
|
|
||||||
|
|
||||||
i3_desktop_background: "/home/{{ user }}/.config/background.png"
|
|
||||||
|
|
||||||
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png --color 000000"
|
|
||||||
|
|
||||||
install_and_enable_cronie: true
|
|
||||||
|
|
||||||
# enable xtra aliases in basrc
|
|
||||||
git_pull_alias: true
|
|
||||||
git_typo_alias: true
|
|
||||||
|
|
||||||
# debug f00
|
|
||||||
print_os_vars: true
|
|
||||||
|
|
||||||
install_pass_as_password_manager: true
|
|
||||||
extra_bashrc: "alias dd='dd bs=4M status=progress oflag=dsync'"
|
|
||||||
temporarily_disable_screensaver: false
|
|
||||||
modify_lightdm: false
|
|
||||||
|
|
||||||
# ingore warning temporarily
|
|
||||||
warn_if_role_pulseaudio_is_not_tested_well: false
|
|
Loading…
Reference in a new issue