update ufw to allow incoming dhcp

This commit is contained in:
Pi
2019-02-23 17:12:17 -05:00
parent 523aa8ff5b
commit eab6e47804

View File

@@ -177,7 +177,12 @@
- 98.205.0.0/16
- 98.241.0.0/16
- 98.32.0.0/11
- name: Allow DHCP
ufw:
rule: allow
to_port: 67
become: true
tags: ufw_dhcp
- name: Enable UFW
ufw:
state: enabled