No description
Find a file
2023-07-31 09:38:45 +02:00
defaults init 2023-07-31 09:38:45 +02:00
Playbooks init 2023-07-31 09:38:45 +02:00
tasks init 2023-07-31 09:38:45 +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 init 2023-07-31 09:38:45 +02: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, php-fpm and mariadb roles and deploys entire stack needed to run Timetagger. Additional roles are 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