forgejo/README.md

15 lines
602 B
Markdown
Raw Normal View History

2021-04-08 11:29:16 +02:00
# Gitea - Ansible Role
This role covers deployment, configuration and software updates of Gitea. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.
You can deploy test instance using `Vagrantfile` attached to the role.
`vagrant up`
`ansible-playbook -b Playbooks/gitea.yml`
Then you can then access gitea from your computer on `http://192.168.33.14:3000`
## Playbook
The playbook includes postgresql role and deploys entire stack needed to run Gitea. Additional roles are also available in the Ansible roles repos in git.
2021-04-08 11:17:12 +02:00