Explicitly open ports 68 and 69 on Ubuntu

Change-Id: I4250d3086b2971d6936b73d174921bf808c87770
This commit is contained in:
Dmitry Tantsur 2020-10-29 08:43:26 +01:00
parent 0463cd180d
commit acda312aba
2 changed files with 7 additions and 0 deletions

View File

@ -343,6 +343,8 @@
in_interface: "{{ network_interface }}"
jump: ACCEPT
loop:
- 68
- 69
- "{{ file_url_port }}"
- 6385
when: not use_firewalld | bool

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Explicitly opens ports 68 and 69 in firewall on systems not using
firewalld (e.g. Ubuntu).