aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/vultr
blob: 0d049b6bf0bf619e246c7b50112c69743156901d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- mode: yaml; -*-
---
ansible_ssh_host: 45.77.201.74
ansible_ssh_port: 8864
ansible_python_interpreter: /usr/local/bin/python3

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:5400:1ff:fe5d:df67
    prefixlen: 64

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