An Ansible role to install Gitea on Linux.
None.
- gitea_version = The version of Gitea to install.
- gitea_arch = The processor architecture that should be installed.
- gitea_user = The Gitea user to create and use for the service.
- gitea_database_backend = The databsae back-end to use. The default is "sqlite". This will only modify the systemd service file for dependency services.
- mssql
- mysql
- postgres
- sqlite3 (Default)
- gitea_cache_backend = The cache back-end to use for.
- memcache
- memory (Default)
- redis
None.
---
- hosts: gitea_server
roles:
- ansible_role_gitea
Apache v2.0