feat(forgejo): new forgejo role

This commit is contained in:
NaeiKinDus 2025-06-25 00:00:00 +00:00
parent cf657bcea0
commit 0ce3b20d45
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
16 changed files with 1210 additions and 1 deletions

View file

@ -104,8 +104,13 @@
name: nullified.infrastructure.valkey
tasks_from: main.yml
- name: Testing SearxNG role
when: bypass_misc is falsy
ansible.builtin.include_role:
name: nullified.infrastructure.searxng
tasks_from: main.yml
- name: Testing Forgejo role
when: bypass_misc is falsy
ansible.builtin.include_role:
name: nullified.infrastructure.forgejo
tasks_from: main.yml
- meta: flush_handlers