playbook.yml aktualisiert
This commit is contained in:
parent
cbac698e31
commit
688ecab5cf
|
@ -1,8 +1,10 @@
|
||||||
---
|
---
|
||||||
|
- name: ensure safe environment for exams
|
||||||
|
hosts: localhost
|
||||||
|
|
||||||
# to verify ufw configuration run:
|
# to verify ufw configuration run:
|
||||||
# sudo ufw status verbose
|
# sudo ufw status verbose
|
||||||
|
tasks:
|
||||||
- name: Install ufw
|
- name: Install ufw
|
||||||
apt: package=ufw state=present
|
apt: package=ufw state=present
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue