update the ansible key path

This commit is contained in:
Andreas Zweili 2021-11-12 09:49:08 +01:00
parent 6bace60151
commit ca73e4223d
1 changed files with 1 additions and 1 deletions

View File

@ -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.