Variable erstellt

This commit is contained in:
Jesko 2024-05-08 16:23:24 +02:00
parent 7d226e85ce
commit 068c3415a5
1 changed files with 2 additions and 1 deletions

View File

@ -3,13 +3,14 @@
hosts: localhost
vars:
- config_ufw: true
- pruefungsuser: "pruefung"
# to verify ufw configuration run:
# sudo ufw status verbose
roles:
- role: libreoffice
tasks:
- name: Install ufw
apt: package=ufw state=present