From ca73e4223d37a262599f804d263f5c057743f7a7 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 12 Nov 2021 09:49:08 +0100 Subject: [PATCH] update the ansible key path --- templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.