Switch site playbook to use forgejo
This commit is contained in:
parent
648f49a847
commit
9ec5b6dec6
13 changed files with 4 additions and 4 deletions
9
roles/forgejo/vars/main.yml
Normal file
9
roles/forgejo/vars/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
stack_name: forgejo
|
||||
|
||||
stack_image: "codeberg.org/forgejo/forgejo"
|
||||
|
||||
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
|
||||
|
||||
forgejo_git_username: git
|
||||
Loading…
Add table
Add a link
Reference in a new issue