Start firewalld when -exam user logs in
This commit is contained in:
parent
6dcbb03601
commit
e3396ef06c
3 changed files with 35 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue