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 hosts: localhost
vars: vars:
- config_ufw: true - config_ufw: true
- pruefungsuser: "pruefung"
# to verify ufw configuration run: # to verify ufw configuration run:
# sudo ufw status verbose # sudo ufw status verbose
roles: roles:
- role: libreoffice - role: libreoffice
tasks: tasks:
- name: Install ufw - name: Install ufw
apt: package=ufw state=present apt: package=ufw state=present