feat: Add gitea
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
# - hosts: localhost
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: gitea/provision/delete
|
||||
# - role: gitea/provision/create
|
||||
# - role: gitea/provision/start
|
||||
# vars:
|
||||
# vmid: 619
|
||||
|
||||
# - hosts: impa
|
||||
# become: yes
|
||||
# roles:
|
||||
# - role: gitea/enable-ssh
|
||||
# vars:
|
||||
# vmid: 619
|
||||
|
||||
- hosts: gitea
|
||||
become: yes
|
||||
roles:
|
||||
# - role: gitea/update
|
||||
# - role: gitea/install-docker
|
||||
- role: gitea/install-app
|
||||
Reference in New Issue
Block a user