Skip to content

Commit

Permalink
temporarily use QA as a jump to provision
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jun 19, 2024
1 parent 3725d61 commit a6900c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infrastructure/server-setup/inventory/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker-manager-first:
farajaland-prod:
ansible_host: '165.22.205.62'
data_label: data1
ansible_ssh_common_args: '-J jump@159.89.14.13 -o StrictHostKeyChecking=no'
ansible_ssh_common_args: '-J jump@165.22.110.53 -o StrictHostKeyChecking=no'

# We recommend you add 2-4 workers for a scaled production deployment
# This should depend on the size of your country and the number of end users.
Expand All @@ -52,7 +52,7 @@ docker-workers:
farajaland-prod-02:
ansible_host: '178.128.245.255'
data_label: data2
ansible_ssh_common_args: '-J jump@159.89.14.13 -o StrictHostKeyChecking=no'
ansible_ssh_common_args: '-J jump@165.22.110.53 -o StrictHostKeyChecking=no'

backups:
hosts:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/server-setup/inventory/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ docker-manager-first:
farajaland-staging:
ansible_host: '167.172.105.70'
data_label: data1
ansible_ssh_common_args: '-J jump@159.89.14.13 -o StrictHostKeyChecking=no'
ansible_ssh_common_args: '-J jump@165.22.110.53 -o StrictHostKeyChecking=no'

# QA and staging servers are not configured to use workers.
docker-workers: {}
Expand Down

0 comments on commit a6900c4

Please sign in to comment.