From 1bb43a23c0d7f38a28081bb75fa1b41df68d25ff Mon Sep 17 00:00:00 2001 From: wate Date: Fri, 22 Jun 2018 22:35:48 +0900 Subject: Add ansible.cfg to specify the default inventory path --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ansible.cfg (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..ed865bf --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,2 @@ +[defaults] +inventory = hosts -- cgit v1.2.3