Skip to content

Commit

Permalink
#000 | Update deploy targets ssh address values for all env
Browse files Browse the repository at this point in the history
himeshr committed Jan 2, 2024
1 parent ab8685f commit cce7c57
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure/inventory/prerelease
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
int-prerelease.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem

[avniservers]
ssh.newprerelease.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem
ssh.prerelease.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem

[etlservers]
int-prerelease.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem
2 changes: 1 addition & 1 deletion configure/inventory/prod
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
int-prod.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem

[avniservers]
ssh.newprod.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem
ssh.prod.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem

[etlservers]
int-prod.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem
2 changes: 1 addition & 1 deletion configure/inventory/staging
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
int-staging.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem

[avniservers]
ssh.newstaging.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem
ssh.staging.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem

[etlservers]
int-staging.avniproject.org ansible_user=ubuntu ansible_port=22 ansible_ssh_private_key_file=~/.ssh/openchs-infra.pem

0 comments on commit cce7c57

Please sign in to comment.