aboutsummaryrefslogtreecommitdiffstats
path: root/hosts.yml
blob: b973ee15d53adb5d4f9d9e0c014f15dab968a497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
#
# Ansible inventory
#
# Aaron LI
# 2018-02-12
#

# Use the YAML format
# https://docs.ansible.com/ansible/latest/intro_inventory.html

all:
  hosts:
    vultr:

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