feat(fediwall): add ansible role
This commit is contained in:
6
playbooks/fediwall.yml
Normal file
6
playbooks/fediwall.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Install and configure fediwall
|
||||
hosts: "{{ fediwall_hosts | default('fediwall') }}"
|
||||
become: "{{ fediwall_become | default(false) }}"
|
||||
roles:
|
||||
- role: fediwall
|
Reference in New Issue
Block a user