From c8116f703de2767f26c5810df11839effb5d00ae Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Wed, 24 Apr 2019 13:36:04 +0200 Subject: [PATCH] update akku warning --- group_vars/thinkpad.yml | 14 +------------- host_vars/desk_minni.yml | 2 ++ host_vars/l460.yml | 16 ++++++++++++++++ host_vars/t460p.yml | 2 ++ roles/akku-warning | 2 +- 5 files changed, 22 insertions(+), 14 deletions(-) diff --git a/group_vars/thinkpad.yml b/group_vars/thinkpad.yml index f11f6b6..b2909f9 100644 --- a/group_vars/thinkpad.yml +++ b/group_vars/thinkpad.yml @@ -71,17 +71,5 @@ i3_desktop_env: 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" diff --git a/host_vars/desk_minni.yml b/host_vars/desk_minni.yml index 5a0d23a..ce41916 100644 --- a/host_vars/desk_minni.yml +++ b/host_vars/desk_minni.yml @@ -17,3 +17,5 @@ admins_ssh_root_prefix: accounts: - lilian + +akku_user: "lilian" diff --git a/host_vars/l460.yml b/host_vars/l460.yml index 849169c..5a0d23a 100644 --- a/host_vars/l460.yml +++ b/host_vars/l460.yml @@ -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 diff --git a/host_vars/t460p.yml b/host_vars/t460p.yml index 880db05..e01e6f1 100644 --- a/host_vars/t460p.yml +++ b/host_vars/t460p.yml @@ -13,3 +13,5 @@ admins: accounts: - l3d + +akku_user: "l3d" diff --git a/roles/akku-warning b/roles/akku-warning index 4e199c6..e71341c 160000 --- a/roles/akku-warning +++ b/roles/akku-warning @@ -1 +1 @@ -Subproject commit 4e199c68656970d361b52ce202d8b1cb8cd280a7 +Subproject commit e71341cbeaad3e8eb8a3a47a52afd89e4525a6a1