diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-14 12:12:35 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-14 12:12:35 +0800 |
commit | fe3f79259118bbc49efde33ac973ee29654deee3 (patch) | |
tree | 146a4e369cc5adee4cb3d132a29854c6ff676e5a /inventory.yml | |
parent | 54f42f5948fa7837b5444109e65948b24e9aa81a (diff) | |
download | ansible-dfly-vps-fe3f79259118bbc49efde33ac973ee29654deee3.tar.bz2 |
ansible.cfg: rename hosts.yml to inventory.yml
Diffstat (limited to 'inventory.yml')
-rw-r--r-- | inventory.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/inventory.yml b/inventory.yml new file mode 100644 index 0000000..b973ee1 --- /dev/null +++ b/inventory.yml @@ -0,0 +1,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: # |