Files
fediverse/playbooks/fediwall.yml

7 lines
178 B
YAML

---
- name: Install and configure fediwall
hosts: "{{ fediwall_hosts | default('fediwall') }}"
become: "{{ fediwall_become | default(false) }}"
roles:
- role: fediwall