7 lines
163 B
YAML
7 lines
163 B
YAML
|
---
|
||
|
- hosts: all:!proxmox
|
||
|
roles:
|
||
|
- { role: oefenweb.ufw, # Regeln werden in den Group/Host-Vars gesetzt
|
||
|
tags: "ufw",
|
||
|
become: true}
|