Allow apt-cacher-ng in firewalld.

This commit is contained in:
Andreas B. Mundt 2019-11-27 18:31:52 +01:00
parent 1686bf44e7
commit 9d9da31649

View file

@ -23,4 +23,11 @@
replace: 'd-i mirror/http/proxy string http://{{ ansible_hostname }}:3142/'
when: preseedcfg.stat.exists
- name: allow apt-cacher-ng service in firewalld
firewalld:
zone: internal
port: 3142/tcp
permanent: yes
state: enabled
- meta: flush_handlers