Explicitly open ports 68 and 69 on Ubuntu
Change-Id: I4250d3086b2971d6936b73d174921bf808c87770
This commit is contained in:
parent
0463cd180d
commit
acda312aba
@ -343,6 +343,8 @@
|
||||
in_interface: "{{ network_interface }}"
|
||||
jump: ACCEPT
|
||||
loop:
|
||||
- 68
|
||||
- 69
|
||||
- "{{ file_url_port }}"
|
||||
- 6385
|
||||
when: not use_firewalld | bool
|
||||
|
5
releasenotes/notes/ubuntu-ports-ce9d1ceaf516adce.yaml
Normal file
5
releasenotes/notes/ubuntu-ports-ce9d1ceaf516adce.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Explicitly opens ports 68 and 69 in firewall on systems not using
|
||||
firewalld (e.g. Ubuntu).
|
Loading…
Reference in New Issue
Block a user