{"id":19583806,"url":"https://github.com/bodsch/ansible-kimai","last_synced_at":"2026-05-05T04:38:45.203Z","repository":{"id":188923541,"uuid":"676507086","full_name":"bodsch/ansible-kimai","owner":"bodsch","description":"Ansible role to install and configure kimai","archived":false,"fork":false,"pushed_at":"2026-03-14T21:27:13.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-15T05:25:20.897Z","etag":null,"topics":["ansible","ansible-role","automation","kimai","kimai-timetracking","kimai2","php8"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bodsch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-09T11:03:06.000Z","updated_at":"2026-03-14T21:27:16.000Z","dependencies_parsed_at":"2023-08-17T14:23:52.954Z","dependency_job_id":"c544a078-a6a2-466d-9f46-ac6f3122ba8e","html_url":"https://github.com/bodsch/ansible-kimai","commit_stats":null,"previous_names":["bodsch/ansible-kimai"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/bodsch/ansible-kimai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-kimai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-kimai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-kimai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-kimai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodsch","download_url":"https://codeload.github.com/bodsch/ansible-kimai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-kimai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32636092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","automation","kimai","kimai-timetracking","kimai2","php8"],"created_at":"2024-11-11T07:44:51.958Z","updated_at":"2026-05-05T04:38:45.198Z","avatar_url":"https://github.com/bodsch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Ansible Role:  `kimai`\n\nInstall an kimai from [sources](https://github.com/kimai/kimai).\n\n\u003e Kimai is a web-based multi-user time-tracking application. \n\u003e Works great for everyone: freelancers, companies, organizations - everyone can track their times, \n\u003e generate reports, create invoices and do so much more.\n\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-kimai/main.yml?branch=main)][ci]\n[![GitHub issues](https://img.shields.io/github/issues/bodsch/ansible-kimai)][issues]\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bodsch/ansible-kimai)][releases]\n[![Ansible Downloads](https://img.shields.io/ansible/role/d/bodsch/kimai?logo=ansible)][galaxy]\n\n[ci]: https://github.com/bodsch/ansible-kimai/actions\n[issues]: https://github.com/bodsch/ansible-kimai/issues?q=is%3Aopen+is%3Aissue\n[releases]: https://github.com/bodsch/ansible-kimai/releases\n[galaxy]: https://galaxy.ansible.com/ui/standalone/roles/bodsch/kimai\n\n\n## Requirements \u0026 Dependencies\n\n- running mariadb / mysql database\n- PHP \u003e 8.0\n- nginx\n\n### Ansible Collections\n\n- [bodsch.core](https://github.com/bodsch/ansible-collection-core)\n- [bodsch.scm](https://github.com/bodsch/ansible-collection-scm)\n- [bodsch.php](https://github.com/bodsch/ansible-collection-php)\n\n\n```bash\nansible-galaxy collection install bodsch.core\nansible-galaxy collection install bodsch.scm\nansible-galaxy collection install bodsch.php\n```\nor\n```bash\nansible-galaxy collection install --requirements-file collections.yml\n```\n\n### Required PHP modules\n\n| Category | Modules |\n| :-----   | :-----  |\n| Absolutely necessary | curl, mbstring, zip, intl, gd, xmlrpc | \n| Database connection (select one) | pdo_mysql, mysql | \n| For specific apps | ldap |\n\n\n## tested operating systems\n\n* Debian based\n    - Debian 10 / 11 / 12 / 13\n    - Ubuntu 20.04 / 22.04 / 24.04\n\n## Contribution\n\nPlease read [Contribution](CONTRIBUTING.md)\n\n## Development,  Branches (Git Tags)\n\nThe `master` Branch is my *Working Horse* includes the \"latest, hot shit\" and can be complete broken!\n\nIf you want to use something stable, please use a [Tagged Version](https://github.com/bodsch/ansible-kimai/tags)!\n\n---\n\n\n## Configuration\n\n```yaml\nkimai_version: 2.29.0\n\nkimai_direct_download: false\n\nkimai_release: {}\n\nkimai_install_base_directory: /var/www\n\nkimai_database:\n  # username: kimai\n  # password:\n  # hostname:\n  # port: 3306\n  # schema: kimai\n  server:\n    version: \"\"\n\nkimai_env: prod\n\nkimai_mailer:\n  from: kimai@test.tld\n  url: null://null\n\nkimai_admin_user:\n  username: admin\n  password: admin0815\n  email: admin@test.tld\n\nkimai_secret: change_this_to_something_unique\n```\n\n----\n\n## Author and License\n\n- Bodo Schulz\n\n## License\n\n[Apache](LICENSE)\n\n**FREE SOFTWARE, HELL YEAH!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodsch%2Fansible-kimai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodsch%2Fansible-kimai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodsch%2Fansible-kimai/lists"}