diff --git a/templates/ansible.cfg.j2 b/templates/ansible.cfg.j2 index e518122..18ef742 100644 --- a/templates/ansible.cfg.j2 +++ b/templates/ansible.cfg.j2 @@ -134,7 +134,7 @@ host_key_checking = False # if set, always use this private key file for authentication, same as # if passing --private-key to ansible or ansible-playbook -private_key_file = /home/andreas/git_repos/projects/tintenwelt/keys/ansible.key +private_key_file = /etc/ansible/ansible.key # If set, configures the path to the Vault password file as an alternative to # specifying --vault-password-file on the command line.