blob: e82ff98f2dfb2519767199f2e9b8b9cb7451f4c6 [file] [log] [blame]
Zack Williams142f2b52020-11-22 19:35:44 -07001---
2# unbound molecule/default/verify.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7- name: Converge
8 hosts: all
9 vars:
10 unbound_allow_all: true
11 unbound_listen_default: true
12 unbound_listen_zone_ips: false
13 tasks:
14 - name: "Include unbound"
15 include_role:
16 name: "unbound"