Skip to content

Commit

Permalink
adds bastion info for GCP hosts (#4625)
Browse files Browse the repository at this point in the history
Co-authored-by: Alicia Cozine <[email protected]>
  • Loading branch information
acozine and acozine authored Jan 30, 2024
1 parent 24fcee8 commit 4d29902
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions inventory/by_cloud/google_cloud
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,28 @@ pulmirror.princeton.edu
[sftp_production]
filedrop.sinaiarchive.org
proquestdrop.pulcloud.io

[gcp_dev:children]
dspace_dev
obsd_httpd_dev

[gcp_dev:vars]
ansible_ssh_common_args='-o ProxyCommand="ssh -W %h:%p -q [email protected]"'

[gcp_production:children]
dspace_production
docnow_production
obsd_httpd_production
pulmirror_production
sftp_production

[gcp_production:vars]
ansible_ssh_common_args='-o ProxyCommand="ssh -W %h:%p -q [email protected]"'

[gcp_staging:children]
dspace_staging
docnow_staging
obsd_httpd_staging

[gcp_staging:vars]
ansible_ssh_common_args='-o ProxyCommand="ssh -W %h:%p -q [email protected]"'

0 comments on commit 4d29902

Please sign in to comment.