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

@ -77,3 +77,13 @@
apply:
tags: [searxng]
tags: [searxng]
- name: setup forgejo instances
hosts: external:&forgejo
tasks:
- name: include forgejo role
ansible.builtin.include_role:
name: nullified.infrastructure.forgejo
apply:
tags: [forgejo]
tags: [forgejo]