playbook.yml aktualisiert

This commit is contained in:
az 2024-05-07 22:42:16 +02:00
parent cbac698e31
commit 688ecab5cf
1 changed files with 104 additions and 102 deletions

View File

@ -1,8 +1,10 @@
---
- name: ensure safe environment for exams
hosts: localhost
# to verify ufw configuration run:
# sudo ufw status verbose
tasks:
- name: Install ufw
apt: package=ufw state=present