Start firewalld when -exam user logs in

This commit is contained in:
Raphael Dannecker 2025-02-05 13:15:42 +01:00
parent 6dcbb03601
commit e3396ef06c
3 changed files with 35 additions and 0 deletions

View file

@ -46,6 +46,13 @@
state: stopped
enabled: no
- name: Permit access to cups from libvirt
ansible.posix.firewalld:
zone: libvirt
port: 631/tcp
permanent: true
state: enabled
- name: Install install-printers.sh
template:
src: install-printers.sh.j2