aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
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 /ansible.cfg
parent54f42f5948fa7837b5444109e65948b24e9aa81a (diff)
downloadansible-dfly-vps-fe3f79259118bbc49efde33ac973ee29654deee3.tar.bz2
ansible.cfg: rename hosts.yml to inventory.yml
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg2
1 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