Add forgejo role

On alpine, with OIDC auth and a podman runner.
This commit is contained in:
Timotej Lazar 2024-06-04 20:02:28 +02:00
parent f863d87fbf
commit af9e30eb3e
5 changed files with 285 additions and 0 deletions

View file

@ -0,0 +1,23 @@
- name: reload nginx
service:
name: nginx
state: reloaded
when: '"handler" not in ansible_skip_tags'
- name: restart forgejo
service:
name: forgejo
state: restarted
notify: wait for forgejo
when: '"handler" not in ansible_skip_tags'
- name: restart forgejo-runner
service:
name: forgejo-runner
state: restarted
when: '"handler" not in ansible_skip_tags'
- name: wait for forgejo
wait_for:
host: localhost
port: 3000