Add gtimelog configuration

This commit is contained in:
2022-10-07 12:35:14 +02:00
parent 4e24b69405
commit 52c8c98bbe
3 changed files with 55 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ pkgs_to_install:
- gnome-tweaks
- gnome-shell-extension-appindicator
- gnome-shell-extension-dashtodock
# gtimelog
- gtimelog
# element
- element-desktop
# backups

47
gtimelog/tasks.txt Normal file
View File

@@ -0,0 +1,47 @@
INTERNAL
INTERNAL SmallTasks
INTERNAL SelfOrganisation
INTERNAL StaffManagement
INTERNAL Meetings
INTERNAL Technical
INTERNAL Sysadmin
INTERNAL Fundraising
INTERNAL KnowledgeManagement
INTERNAL Finance
INTERNAL GdprRequests
LEGAL
LEGAL LLW
LEGAL Enquiries
LEGAL Network
LEGAL Reuse
LEGAL Ngi
LEGAL Huawei
POLICY
POLICY PMPC
POLICY SaveCodeShare
POLICY OpenStandards
POLICY RadioLockdown
POLICY RouterFreedom
POLICY Swpat
POLICY Elections
POLICY EuFossPolicyMeeting
PA
PA PublicEvents
PA PublicEventsFOSDEM
PA PublicEventsCommunityMeeting
PA PromotionMaterial
PA FreeYourAndroid
PA Ilovefs
PA Newsletter
PA Website
FOSS4SME
MERCHANDISE
OFF Vacation
OFF Sick
OFF PublicHoliday

View File

@@ -41,6 +41,12 @@
ansible.builtin.apt:
deb: /tmp/innernet.deb
- name: Download tasks.txt for gtimelog
tags: gtimelog
ansible.builtin.get_url:
url: https://git.fsfe.org/fsfe-system-hackers/staff-laptop/raw/branch/master/gtimelog/tasks.txt
dest: "/home/{{ ansible_user }}/.local/share/gtimelog/tasks.txt"
- name: Remove unneeded packages
become: true
apt: