Added Gitea role and configuration
This commit is contained in:
8
playbooks/gitea.yml
Normal file
8
playbooks/gitea.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Install Gitea
|
||||
hosts: gitea_servers
|
||||
become: True
|
||||
|
||||
roles:
|
||||
- ansible-roles.gitea
|
||||
Reference in New Issue
Block a user