aboutsummaryrefslogtreecommitdiffstats
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
parent54f42f5948fa7837b5444109e65948b24e9aa81a (diff)
downloadansible-dfly-vps-fe3f79259118bbc49efde33ac973ee29654deee3.tar.bz2
ansible.cfg: rename hosts.yml to inventory.yml
-rw-r--r--ansible.cfg2
-rw-r--r--inventory.yml (renamed from hosts.yml)0
2 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 1c0e15d..e4b309b 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -7,7 +7,7 @@
#
[defaults]
-inventory = ./hosts.yml
+inventory = ./inventory.yml
# Increase SSH startup timeout (default: 10s)
timeout = 30
diff --git a/hosts.yml b/inventory.yml
index b973ee1..b973ee1 100644
--- a/hosts.yml
+++ b/inventory.yml