Skip to content

Commit

Permalink
add missing keys for jump host
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Feb 9, 2024
1 parent f386d97 commit c1d75fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/server-setup/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docker-workers:
prod-02: # @todo set this to be the hostname of your target server
ansible_host: '33.33.33.33'
data_label: data2
ansible_ssh_common_args: '-J jump@165.22.110.53 -o StrictHostKeyChecking=no'
ansible_ssh_common_args: '-J jump@55.55.55.55 -o StrictHostKeyChecking=no'

backups:
hosts:
Expand Down
2 changes: 2 additions & 0 deletions infrastructure/server-setup/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ all:
# if no, then you can remove this user.
- name: jump
state: present
sudoer: false
two_factor: false
ssh_keys:
# if yes, then this should list the public keys of the private keys that are used when connecting to the production servers.
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABg...Z/rhU= provision@github-runner-243 # example provision user key
Expand Down

0 comments on commit c1d75fe

Please sign in to comment.