Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ansible
/
role
/
nsd
/
refs/heads/master
/
.
/
defaults
/
main.yml
blob: 8a813bd2c8e6b492018ff9c8a47d138956da2eea [
file
] [
log
] [
blame
]
Zack Williams
13644cc
2020-08-30 15:16:43 -0700
[
diff
] [
blame
]
1
---
2
# nsd defaults/main.yml
3
#
4
# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5
# SPDX-License-Identifier: Apache-2.0
6
7
nsd_ip4:
"127.0.0.1"
8
9
nsd_port:
53
10
11
nsd_default_ttl:
3600
12
13
dns_zones:
{}