feat(fediwall): add ansible role

This commit is contained in:
2025-05-30 18:39:10 +02:00
parent b6365008ad
commit a206695e69
10 changed files with 194 additions and 0 deletions

6
playbooks/fediwall.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Install and configure fediwall
hosts: "{{ fediwall_hosts | default('fediwall') }}"
become: "{{ fediwall_become | default(false) }}"
roles:
- role: fediwall