mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
update akku warning
This commit is contained in:
parent
bf5a981100
commit
c8116f703d
5 changed files with 22 additions and 14 deletions
|
@ -71,17 +71,5 @@ i3_desktop_env:
|
||||||
|
|
||||||
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png --color 000000"
|
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png --color 000000"
|
||||||
|
|
||||||
|
install_and_enable_cronie: true
|
||||||
|
|
||||||
# Firefox config
|
|
||||||
username: "{{ user }}"
|
|
||||||
|
|
||||||
search_engines:
|
|
||||||
- google
|
|
||||||
- duckduckgo
|
|
||||||
- invidious
|
|
||||||
- searx
|
|
||||||
- qwant
|
|
||||||
|
|
||||||
addon_list_extra:
|
|
||||||
- name: passff
|
|
||||||
directory: "passff@invicem.pro.xpi"
|
|
||||||
|
|
|
@ -17,3 +17,5 @@ admins_ssh_root_prefix:
|
||||||
|
|
||||||
accounts:
|
accounts:
|
||||||
- lilian
|
- lilian
|
||||||
|
|
||||||
|
akku_user: "lilian"
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
---
|
---
|
||||||
|
# local user config:
|
||||||
|
users:
|
||||||
|
lilian:
|
||||||
|
- l3d@backup.l3d.yt
|
||||||
|
- l3d@derpy.l3d.yt
|
||||||
|
- l3d@mobile.l3d.yt
|
||||||
|
- l3d@pinkie.l3d.yt
|
||||||
|
- l3d@business.wingcon.com
|
||||||
|
|
||||||
|
admins:
|
||||||
|
- lilian
|
||||||
|
|
||||||
|
# used to automatically generate correct admin keys
|
||||||
|
admins_ssh_root_prefix:
|
||||||
|
- l3d
|
||||||
|
|
||||||
|
accounts:
|
||||||
|
- lilian
|
||||||
|
|
|
@ -13,3 +13,5 @@ admins:
|
||||||
|
|
||||||
accounts:
|
accounts:
|
||||||
- l3d
|
- l3d
|
||||||
|
|
||||||
|
akku_user: "l3d"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4e199c68656970d361b52ce202d8b1cb8cd280a7
|
Subproject commit e71341cbeaad3e8eb8a3a47a52afd89e4525a6a1
|
Loading…
Reference in a new issue