✨: install/configure gitea
This commit is contained in:
7
playbooks/gitea.yml
Normal file
7
playbooks/gitea.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Install Gitea
|
||||
hosts: giteaservers
|
||||
diff: true
|
||||
roles:
|
||||
- gitea
|
@@ -48,3 +48,5 @@
|
||||
import_playbook: peertube.yml
|
||||
- name: Run elasticsearch playbook
|
||||
import_playbook: elasticsearch.yml
|
||||
- name: Run gitea playbook
|
||||
import_playbook: gitea.yml
|
||||
|
Reference in New Issue
Block a user