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 /ansible.cfg | |
parent | 54f42f5948fa7837b5444109e65948b24e9aa81a (diff) | |
download | ansible-dfly-vps-fe3f79259118bbc49efde33ac973ee29654deee3.tar.bz2 |
ansible.cfg: rename hosts.yml to inventory.yml
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 2 |
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 |