--- | |
# unbound molecule/default/verify.yml | |
# | |
# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> | |
# SPDX-License-Identifier: Apache-2.0 | |
- name: Converge | |
hosts: all | |
vars: | |
unbound_allow_all: true | |
unbound_listen_default: true | |
unbound_listen_zone_ips: false | |
tasks: | |
- name: "Include unbound" | |
include_role: | |
name: "unbound" |