ansible_role_gitea

ansible_role_gitea

An Ansible role to install Gitea on Linux.

Requirements

None.

Role Variables

  • 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

Dependencies

None.

Example Playbook

---
- hosts: gitea_server
  roles:
    - ansible_role_gitea

License

Apache v2.0

About

Install the Gitea service on Linux.

Install
ansible-galaxy install ekultails/ansible_role_gitea
GitHub repository
License
apache-2.0
Downloads
46
Owner