feat(fediwall): add ansible role

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

View File

@ -0,0 +1,8 @@
---
fediwall_user: fediwall
fediwall_version: "1.4.0"
fediwall_config_file: "/etc/fediwall/config.json"
fediwall_config_file_path: "{{ fediwall_config_file | dirname }}"
fediwall_state: "present"
fediwall_deployment_method: "docker"