Skip to content

Commit

Permalink
add location for ansible ssh private key
Browse files Browse the repository at this point in the history
  • Loading branch information
makelicious committed Jun 28, 2024
1 parent f6b2ccc commit bb9b91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/server-setup/inventory/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions infrastructure/server-setup/inventory/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit bb9b91a

Please sign in to comment.