URL added to README

This commit is contained in:
Chris Croome
2021-09-05 12:30:51 +01:00
parent a330d441d6
commit eae7fd314e
+14 -4
View File
@@ -1,7 +1,17 @@
This Ansible galaxy role can be used to install and upgrade [Kimai](https://www.kimai.org/), see the [defaults/main.yml](defaults/main.yml) file for the required variables.
This Ansible galaxy role can be used to install and upgrade
[Kimai](https://www.kimai.org/), see the [defaults/main.yml](defaults/main.yml)
file for the required variables.
This role doesn't install or configure a webserver or database server but it assumes MySQL / MariaDB will be used.
This role doesn't install or configure a webserver or database server but it
assumes MySQL / MariaDB will be used.
If you use this role please specify which [released version](https://git.coop/webarch/kimai/-/releases) to download in your `requirements.yml` file.
If you use this role please specify which [released
version](https://git.coop/webarch/kimai/-/releases) to download in your
`requirements.yml` file, see the [releases listed at
GitHub](https://github.com/kevinpapst/kimai2/releases).
Note that [version 1.7 upwards](https://github.com/kevinpapst/kimai2/blob/master/UPGRADING.md) requires the `mysql` database to contain timzone data, this can be [imported when changed using Ansible](https://git.coop/webarch/mariadb/blob/master/tasks/tz.yml).
Note that [version 1.7
upwards](https://github.com/kevinpapst/kimai2/blob/master/UPGRADING.md)
requires the `mysql` database to contain timzone data, this can be [imported
when changed using
Ansible](https://git.coop/webarch/mariadb/blob/master/tasks/tz.yml).