diff --git a/ansible/ansible.cfg b/ansible.cfg similarity index 92% rename from ansible/ansible.cfg rename to ansible.cfg index a8aaf6b..47a0ea0 100644 --- a/ansible/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = ./inventory/ +inventory = ./ansible/inventory/ host_key_checking = False retry_files_enabled = False private_key_file = ~/.ssh/ansible_key @@ -11,7 +11,7 @@ fact_caching_connection = ./cache fact_caching_timeout = 86400 # Rollen-Pfade -roles_path = ./roles/ +roles_path = ./ansible/roles/ # Vault-Einstellungen vault_password_file = ./vault.secret