Skip to content

Commit

Permalink
Use by_role to refer to debops.dnsmasq in debops.ferm depend vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Aug 27, 2016
1 parent 39a4a95 commit f6c459c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ dnsmasq__host_options: ''
dnsmasq__ferm__dependent_rules:

- type: 'accept'
role: 'dnsmasq'
by_role: 'debops.dnsmasq'
name: 'dns'
weight: '40'
protocol: [ 'udp', 'tcp' ]
Expand All @@ -258,7 +258,7 @@ dnsmasq__ferm__dependent_rules:
else (dnsmasq_interfaces | map(attribute="interface") | list) }}'

- type: 'accept'
role: 'dnsmasq'
by_role: 'debops.dnsmasq'
name: 'dhcpv4'
weight: '40'
protocol: [ 'udp', 'tcp' ]
Expand All @@ -268,7 +268,7 @@ dnsmasq__ferm__dependent_rules:
| list | difference(dnsmasq_no_dhcp_interfaces) }}'

- type: 'accept'
role: 'dnsmasq'
by_role: 'debops.dnsmasq'
name: 'dhcpv6'
weight: '40'
saddr: [ 'fe80::/16' ]
Expand All @@ -280,7 +280,7 @@ dnsmasq__ferm__dependent_rules:
| list | difference(dnsmasq_no_dhcp_interfaces) }}'

- type: 'accept'
role: 'dnsmasq'
by_role: 'debops.dnsmasq'
filename: 'tftp'
weight: '40'
dport: [ 'tftp' ]
Expand Down

0 comments on commit f6c459c

Please sign in to comment.