From bb9b91a582440ceead7430bb2676d09f827eb888 Mon Sep 17 00:00:00 2001 From: Markus Date: Fri, 28 Jun 2024 15:10:55 +0300 Subject: [PATCH] add location for ansible ssh private key --- infrastructure/server-setup/inventory/production.yml | 1 + infrastructure/server-setup/inventory/staging.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/infrastructure/server-setup/inventory/production.yml b/infrastructure/server-setup/inventory/production.yml index 66093e63..cc318a85 100644 --- a/infrastructure/server-setup/inventory/production.yml +++ b/infrastructure/server-setup/inventory/production.yml @@ -67,3 +67,4 @@ jump: hosts: markusland-qa: # @todo set this to be the hostname of your jump server ansible_host: '161.35.20.33' + ansible_ssh_private_key_file: /tmp/jump_ssh_private_key diff --git a/infrastructure/server-setup/inventory/staging.yml b/infrastructure/server-setup/inventory/staging.yml index 9ca2e6d9..edb06cab 100644 --- a/infrastructure/server-setup/inventory/staging.yml +++ b/infrastructure/server-setup/inventory/staging.yml @@ -62,4 +62,5 @@ backups: jump: hosts: markusland-qa: # @todo set this to be the hostname of your jump server + ansible_ssh_private_key_file: /tmp/jump_ssh_private_key ansible_host: '161.35.20.33'