8000 GitHub - stryan/ansible_role_gitea: An Ansible role to install the Gitea service on Linux.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stryan/ansible_role_gitea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

An Ansible role to install the Gitea service on Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0