From 6aeb4d6340931790051bc8b66596bda90f87226f Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 24 May 2024 11:14:27 +0200 Subject: [PATCH] improve --- group_vars/all.yml | 6 +++--- group_vars/thinkpad.yml | 43 ----------------------------------------- 2 files changed, 3 insertions(+), 46 deletions(-) delete mode 100644 group_vars/thinkpad.yml diff --git a/group_vars/all.yml b/group_vars/all.yml index c8ab245..59db3ab 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -9,7 +9,7 @@ l3d_users__default_users: shell: '/bin/bash' create_home: true 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 admin: true admin_commands: 'ALL' @@ -63,11 +63,11 @@ i3_keybindings_extra: - keybinding: name: darker key: XF86MonBrightnessDown - exec: --no-startup-id sudo light -U 9 + exec: --no-startup-id light -U 9 - keybinding: name: lighter key: XF86MonBrightnessUp - exec: --no-startup-id sudo light -A 6 + exec: --no-startup-id light -A 6 i3_applications: - application: diff --git a/group_vars/thinkpad.yml b/group_vars/thinkpad.yml deleted file mode 100644 index 9888c30..0000000 --- a/group_vars/thinkpad.yml +++ /dev/null @@ -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