fix linter errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
- name: Converge
|
||||
hosts: all
|
||||
roles:
|
||||
- role: genlab.ufw
|
||||
- role: genlab.common.ufw
|
||||
disable_ipv6: true
|
||||
rules:
|
||||
- rule: allow
|
||||
@@ -12,10 +12,10 @@
|
||||
direction: in
|
||||
comment: "Allow dnsmasq to serve DNS queries on the given interface"
|
||||
|
||||
- role: genlab.dnsmasq
|
||||
iface: lo
|
||||
domain: adm.local
|
||||
dns_port: 5300
|
||||
nodes:
|
||||
- role: genlab.common.dnsmasq
|
||||
dnsmasq_iface: lo
|
||||
dnsmasq_domain: adm.local
|
||||
dnsmasq_dns_port: 5300
|
||||
dnsmasq_nodes:
|
||||
- name: hub
|
||||
ip: 127.0.0.1
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
tasks:
|
||||
- name: "Test the output of the `dig` command"
|
||||
changed_when: false
|
||||
register: dig
|
||||
register: dnsmasq_dig
|
||||
failed_when: 'dig.stdout != "127.0.0.1"'
|
||||
ansible.builtin.command:
|
||||
cmd: "dig @127.0.0.1 -p 5353 hub.adm.vpn +short"
|
||||
|
||||
Reference in New Issue
Block a user