Skip to content

bodsch/ansible-kimai

Repository files navigation

Ansible Role: kimai

Install an kimai from sources.

Kimai is a web-based multi-user time-tracking application. Works great for everyone: freelancers, companies, organizations - everyone can track their times, generate reports, create invoices and do so much more.

GitHub Workflow Status GitHub issues GitHub release (latest by date) Ansible Quality Score

Requirements & Dependencies

  • running mariadb / mysql database
  • PHP > 8.0
  • nginx

Ansible Collections

ansible-galaxy collection install bodsch.core

or

ansible-galaxy collection install --requirements-file collections.yml

tested operating systems

  • Debian based
    • Debian 10 / 11 / 12
    • Ubuntu 20.04

Contribution

Please read Contribution

Development, Branches (Git Tags)

The master Branch is my Working Horse includes the "latest, hot shit" and can be complete broken!

If you want to use something stable, please use a Tagged Version!


Configuration

kimai_version: 2.0.29

kimai_direct_download: false

kimai_release: {}

kimai_install_base_directory: /var/www

kimai_owner: www-data
kimai_group: www-data

kimai_database:
  # username: kimai
  # password:
  # hostname:
  # port: 3306
  # schema: kimai
  server:
    version: ""

kimai_env: prod

kimai_mailer:
  from: [email protected]
  url: null://null

kimai_admin_user:
  username: admin
  password: admin0815
  email: [email protected]

kimai_secret: change_this_to_something_unique

Author and License

  • Bodo Schulz

License

Apache

FREE SOFTWARE, HELL YEAH!