Skip to content
Snippets Groups Projects
Commit c43b18f8 authored by Phillip Smith (fukawi2)'s avatar Phillip Smith (fukawi2)
Browse files

disable default dhcpv6-client firewall rule

none of our hosts are configured using dhcpv6 so no need to allow this
default firewall hole to remain in place.
parent 19955820
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,10 @@
name: firewalld
enabled: "{{configure_firewall}}"
state: "{{configure_firewall | ternary('started', 'stopped') }}"
- name: disable default dhcpv6-client rule
firewalld:
service: dhcpv6-client
state: disabled
immediate: yes
when: configure_firewall
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment