diff --git a/ansible.cfg b/ansible.cfg index 1e23d45..314d20b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,8 +1,8 @@ [defaults] -inventory = /ansible/inventory/hosts -vault_password_file = /ansible/vault_password.txt +inventory = inventory/hosts +vault_password_file = vault_password.txt remote_user = devops host_key_checking = False enable_plugins = yaml, ini -roles_path = /ansible/roles +roles_path = roles/ interpreter_python = auto \ No newline at end of file