No description
Find a file
meaz 0b3917411e update to 24.12.1 (#4)
there is no staging, so the PR is for main directly

Reviewed-on: #4
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@disroot.org>
Co-committed-by: meaz <meaz@disroot.org>
2024-12-31 18:31:21 +01:00
defaults update to 24.12.1 (#4) 2024-12-31 18:31:21 +01:00
handlers restart service when pip install (#2) 2024-02-13 16:23:42 +00:00
Playbooks init 2023-07-31 09:38:45 +02:00
tasks Update to 24.7.1 and add version as a var (#3) 2024-08-21 22:04:18 +02:00
templates/etc/systemd/system init 2023-07-31 09:38:45 +02:00
.gitignore init 2023-07-31 09:38:45 +02:00
LICENSE init 2023-07-31 09:38:45 +02:00
README.md fix typo in readme file + add sudo (#1) 2023-11-17 12:32:56 +00:00
Vagrantfile init 2023-07-31 09:38:45 +02:00

Timetagger - Ansible Role

This role covers deployment, configuration and software updates of Timetagger. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

You can deploy test instance using Vagrantfile attached to the role.

vagrant up

ansible-playbook -b Playbooks/timetagger.yml

Then you can access Roundcube from your computer on http://192.168.33.55

Playbook

The playbook includes nginx role and deploys entire stack needed to run Timetagger. Additional role is also available in the Ansible roles repos in git.

Create credentials

Go to http://192.168.33.55/timetagger/cred or use your favourite BCrypt tool. Then edit timetagger_credentials va in defaults/main.yml

CHANGELOG

  • 33.07.2023 - Create the role