From 3bca1176a4d7224603e087fc283efac3700aa65d Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 25 Jan 2021 21:19:02 +0100 Subject: [PATCH] Add default inventory --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 1caf10f..4009fad 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] roles_path = ./roles remote_user = ansible +inventory = ./inventory.yml