aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/vultr
blob: 9dc736078df7d3ecd5ecccbc6cfdc6d5961fbbf1 (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::c0f:fee
    prefixlen: 64

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