blob: 154ffac7cfe24391ae3e8e841e049cfcc594838a (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
---
ansible_ssh_host: vultr.liwt.net
ansible_ssh_port: 8864
ansible_python_interpreter: /usr/local/bin/python2.7
network:
hostname: vultr
domain: liwt.net
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
domains:
- name: liwt.net
sub:
- mail
- www
- git
- name: 233233.xyz
sub:
- www
- g
- zw
- name: 1314233.xyz
sub:
- www
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:
port: 8989
password: "???"
method: "chacha20-ietf-poly1305"
# vim: set ft=yaml sw=2: #
|