diff options
author | Nicolas Braud-Santoni <nicolas@braud-santoni.eu> | 2018-06-12 22:01:58 +0200 |
---|---|---|
committer | Nicolas Braud-Santoni <nicolas@braud-santoni.eu> | 2018-06-12 22:01:58 +0200 |
commit | dc249ab3f4af3c3f840386ae7e774c919e5a3fc8 (patch) | |
tree | 17e81c46081875229dd9ea7fb54418e5e763d560 /ansible.cfg | |
parent | 6236f20810802e5e157fe6f26eff3df0e0143149 (diff) |
Rename hosts to hosts.ini
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 387e4e4..797e2d2 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = ./hosts +inventory = ./hosts.ini remote_user = equinox log_path = ./log nocows=1 |