aboutsummaryrefslogtreecommitdiffstats
path: root/inventory.yml
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-03-14 12:12:35 +0800
committerAaron LI <aly@aaronly.me>2018-03-14 12:12:35 +0800
commitfe3f79259118bbc49efde33ac973ee29654deee3 (patch)
tree146a4e369cc5adee4cb3d132a29854c6ff676e5a /inventory.yml
parent54f42f5948fa7837b5444109e65948b24e9aa81a (diff)
downloadansible-dfly-vps-fe3f79259118bbc49efde33ac973ee29654deee3.tar.bz2
ansible.cfg: rename hosts.yml to inventory.yml
Diffstat (limited to 'inventory.yml')
-rw-r--r--inventory.yml16
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: #