[ansible][attitude-adjuster] allow dhcp access

pull/28/head
Alpha Chen 5 years ago
parent b4d0d43bcb
commit 685d029806

@ -53,6 +53,13 @@
- WWW Full
become: yes
- name: allow access to dhcp
ufw:
rule: allow
proto: udp
port: 67
become: yes
- name: limit ssh access
ufw:
rule: limit

Loading…
Cancel
Save