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