Skip to content

Commit

Permalink
add missing keys for jump user
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Feb 9, 2024
1 parent 13144f9 commit 8a093fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/server-setup/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ docker-workers:

backups:
hosts:
qa:
opencrvs-countryconfig-backup:
ansible_host: '164.90.179.82'
2 changes: 2 additions & 0 deletions infrastructure/server-setup/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ all:

- name: jump
state: present
sudoer: false
two_factor: false
ssh_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6gPIrkdqGlsFdWIMi+AprVCA9ZSWFZIqvCCHI/ZXLMs/5Rutp0MzDIIK04hkgDtEDfw3llgxBj3FZXTceKM3dBpAqaErLPdcQi95QzKl2p8U41NinT4xUEWO6/psSuKa3uWPkEUI65oVjR3tXXyMTRBTfc8orz2mI2a9AgcwWeFWxmea3kWJUiEPI18CUtpd5jtw59xTgfLH3qChYSfsx+hvTtRJIqiUSfSaSrgUmap2anj0+8+x+dZ14QcrimytQtZ8RNg4GASoNEL8R+ixkdWRvyVb6B0MIYV5tZSIr04udD1rS0QevNR9f2o16uEeyO0G7FG0Ke1dM1ti3NE2PnhQjmE78U/krGhOV8ZYXkyOztVcmo4DGhDd8RTveYLfoQ06T5S2at/TVU2dbJXlqfI0lQ1nvDfHHB0TPzUjZi92rzTCINIDDE9e/AugnNxfSEIVvS7C5qfRI8h3SsbeA1s8Lm2cTZwxvlPRT6+QWToCkj+30Zv1ztNFEOfvBtcU= provision@opencrvs-countryconfig-staging
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtdHFy5Vl6FPgg4awfvCCbhYAwLCLzfhzc74ank25hsmCAoWM52lXIfOVRvG6/z2hBGmQ8hrfth/KAr9PwFVKWRy63QZn/RVsYNbX3MMafVx+udoFyCjfRY4vif0UssrZ+v4nu0gQu9KAjuTwtPUJTwgNxGtd32tBxCiyWB1ZkQh5BGAERgBujUpZXvG1N45W4U4RZ+rsJZxKJfl7CSCYttX19L6mQpOT/ur0elf5PE1cqx+7aTeP2QN+x+WoZ1a8UACJskOm9maIhCfqucaUOuwflW2wkTLmlVR/mhx8oJxFseRsyLNi2mzDpheeuf49iBoLsx5zWKZoEcpiKF8qjtbfRjEtf/KhUODMC+qL1ka+x0CU0taD/rm772iXtsCgVHlZgMVpT5CedJICxd2UFKapm+TtMk+mpZjKI1u/DJon4rpvovJb9j/RKp237aJKtHzK3gRLxl+m7iJyfU4MsujRfrJOec94gl5c7L3nBVd1QwK4kVSnhFiG3S4KYLsE= provision@opencrvs-countryconfig-production-01
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/server-setup/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ all:

docker-manager-first:
hosts:
staging:
opencrvs-countryconfig-staging:
ansible_host: '161.35.206.222'
data_label: data1
ansible_ssh_common_args: '-J [email protected] -o StrictHostKeyChecking=no'
Expand Down

0 comments on commit 8a093fb

Please sign in to comment.