aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/vultr
blob: 7c683b5b309d267445a21705acade8e1ed4f8f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
ansible_ssh_host: vultr.liwt.net
ansible_ssh_port: 8864
ansible_python_interpreter: /usr/local/bin/python2.7

network:
  interface: vtnet0
  ipv4:
    address: 45.77.201.74
    netmask: 255.255.254.0
    gateway: 45.77.200.1
  ipv6:
    address: 2001:19f0:5:3166::c0f:fee
    prefixlen: 64

shadowsocks:
  server_port: 8989
  password: "???"
  method: "chacha20-ietf-poly1305"
  nameserver: "8.8.8.8"

nsd:
  # Secret key for TSIGs that secure zone transfers.
  key_name: nsdkey
  # Generate by e.g.: dd if=/dev/random bs=32 count=1 | openssl base64
  key_secret: cuE2ZtReggzlaVzCmD0VWAnZp494x0KnPG4pSTU63LE=
  # Domains/zones
  zones:
    - 233233.xyz
    - 1314233.xyz

# vim: set ft=yaml sw=2: #