Skip to content

Commit

Permalink
Merge pull request #52 from DO1JLR/tp
Browse files Browse the repository at this point in the history
improved defaults for non-sudo
  • Loading branch information
DO1JLR authored May 24, 2024
2 parents 5f25c7a + 6aeb4d6 commit 333ec82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 47 deletions.
6 changes: 3 additions & 3 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down
43 changes: 0 additions & 43 deletions group_vars/thinkpad.yml

This file was deleted.

0 comments on commit 333ec82

Please sign in to comment.