aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/vultr
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-02-26 17:27:02 +0800
committerAaron LI <aly@aaronly.me>2018-03-14 11:28:44 +0800
commitc10e1524e5b67fce4d8b17b0fa5ca39aac72c465 (patch)
tree4d901258eaf250c17e3bf8022f59695bc5dd8afa /host_vars/vultr
parentee82cab09896865cf08326d8396c7275b21f8905 (diff)
downloadansible-dfly-vps-c10e1524e5b67fce4d8b17b0fa5ca39aac72c465.tar.bz2
dns: generate nsd.conf with domains and nameservers variables
Diffstat (limited to 'host_vars/vultr')
-rw-r--r--host_vars/vultr22
1 files changed, 16 insertions, 6 deletions
diff --git a/host_vars/vultr b/host_vars/vultr
index a0af249..63c82ab 100644
--- a/host_vars/vultr
+++ b/host_vars/vultr
@@ -13,15 +13,25 @@ network:
address: 2001:19f0:5:3166::c0f:fee
prefixlen: 64
+domains:
+ - 233233.xyz
+ - 1314233.xyz
+
+nameservers:
+ - name: afraid
+ xfr_ip: 174.37.196.55
+ ns:
+ - ns2.afraid.org
+ - name: 1984hosting
+ xfr_ip: 93.95.224.6
+ ns:
+ - ns0.1984.is
+ - ns1.1984.is
+ - ns2.1984.is
+
shadowsocks:
server_port: 8989
password: "???"
method: "chacha20-ietf-poly1305"
-nsd:
- # List of domains/zones
- zones:
- - 233233.xyz
- - 1314233.xyz
-
# vim: set ft=yaml sw=2: #