| files | ||
| handlers | ||
| meta | ||
| tasks | ||
| templates | ||
| vars | ||
| LICENSE | ||
| README.md | ||
| TODO | ||
Ansible module used to install gitea
Usage
- hosts: git
vars: mail_domain: example.org
roles:
- name: gitea
vhost: git.example.org
version: 1.12.5
checksum: "8ed8bff1f34d8012cab92943214701c10764ffaca102e311a3297edbb8fce940"
Database
By default, the role use Postgresql.
Settings
Allowed hosts
By default, gitea do not allow webhooks to connect to internal hosts for security reasons.
The setting webhook.ALLOWED_HOST_LIST can be set with the variable webhook_hosts.
- hosts: git
vars: mail_domain: example.org
roles:
- name: gitea
vhost: git.example.org
version: 1.12.5
checksum: "8ed8bff1f34d8012cab92943214701c10764ffaca102e311a3297edbb8fce940"
webhook_hosts:
- private