Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 398541fa54 | |||
| e031be406e |
@@ -2,4 +2,4 @@
|
||||
%sudo ALL=(ALL) ALL
|
||||
|
||||
# Allow anyone in the sudo group to shutdown or reboot without a password.
|
||||
%sudo ALL=(ALL) NOPASSWD: /usr/sbin/shutdown, /usr/sbin/reboot
|
||||
%sudo ALL=(ALL) NOPASSWD: /sbin/shutdown, /usr/sbin/shutdown, /sbin/reboot, /usr/sbin/reboot
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
- name: General | Account Management | Users | Files | Profile Variables
|
||||
set_fact:
|
||||
export_path_additions: export PATH="$HOME/bin:"{{ global_bin }}":"{{ shared_rc_bin }}":$PATH"
|
||||
export_shutdown_path: export PATH="$PATH:/sbin/shutdown:/usr/sbin/shutdown:/sbin/reboot:/usr/sbin/reboot"
|
||||
#export_terminal: export TERMINAL="alacritty" # colors look weird.
|
||||
export_terminal: export TERMINAL="kitty"
|
||||
keyboard_settings: setxkbmap -layout us -variant altgr-intl
|
||||
@@ -1121,6 +1122,7 @@
|
||||
set_fact:
|
||||
profile_common: |
|
||||
{{ export_path_additions }}
|
||||
{{ export_shutdown_path }}
|
||||
{{ export_terminal }}
|
||||
{{ keyboard_settings}}
|
||||
rc_common: |
|
||||
|
||||
Reference in New Issue
Block a user