This commit is contained in:
Jochen Friedrich 2021-05-18 16:15:42 +02:00
parent 451c8fee6e
commit 1caa7659ae
9 changed files with 80 additions and 0 deletions

2
tasks/firewall.yml Normal file
View file

@ -0,0 +1,2 @@
- name: open bareos port
firewalld: port=9102/tcp zone=public permanent=true state=enabled immediate=yes