Skip to content

Commit

Permalink
Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Honigeintopf committed Oct 18, 2024
1 parent c923196 commit 2e1fa3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partition/roles/mgmt-firewall/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
uci set network.{{ item.name }}.area_type='lan'
uci commit network
/etc/init.d/network restart
uci add_list firewall.2.network="{{ item.name }}""
uci add_list firewall.2.network="{{ item.name }}"
uci commit firewall
/etc/init.d/firewall restart
Expand All @@ -169,7 +169,7 @@
ansible.builtin.raw: |
uci set dhcp.{{ item.name }}=dhcp
uci set dhcp.{{ item.name }}.ignore_ipv6='1'
uci set dhcp.{{ item.name }}.interface="{{ item.name }}""
uci set dhcp.{{ item.name }}.interface="{{ item.name }}"
uci set dhcp.{{ item.name }}.ra='server'
uci set dhcp.{{ item.name }}.dhcpv6='server'
uci set dhcp.{{ item.name }}.leasetime='12h'
Expand Down

0 comments on commit 2e1fa3c

Please sign in to comment.