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