Update for Planswell infra changes

This commit is contained in:
Alexander Hosking 2018-12-24 01:41:44 -05:00
parent bdc1f04d79
commit 75abb4cefd
2 changed files with 47 additions and 4 deletions

View File

@ -1,3 +1,14 @@
### Master SSH Config ### Master SSH Config
#Host default
# HostName 127.0.0.1
# User vagrant
# Port 2222
# UserKnownHostsFile /dev/null
# StrictHostKeyChecking no
# PasswordAuthentication no
# IdentityFile /home/ahosking/depos/planswell/maws.vagrants/planswell/jumpbox/.vagrant/machines/default/virtualbox/private_key
# IdentitiesOnly yes
# LogLevel FATAL
#
#
Include config.d/* Include config.d/*

View File

@ -1,17 +1,49 @@
## Planswell ## Planswell
Host planswell.jumpbox Host planswell.jumpbox.old
IdentityFile ~/.ssh/ahosking IdentityFile ~/.ssh/ahosking
Hostname 35.182.178.122 Hostname 35.182.178.122
## Staging
Host planswell.stage.jumpbox
IdentityFile ~/.ssh/ahosking
Hostname 35.183.253.232
Host planswell.stage.dockerbox
IdentityFile ~/.ssh/ahosking
Hostname 172.36.2.122
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
Host planswell.stage.utils
IdentityFile ~/.ssh/ahosking
Hostname 172.36.2.123
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
## Staging End
## Prod
Host planswell.prod.jumpbox Host planswell.prod.jumpbox
IdentityFile ~/.ssh/ahosking IdentityFile ~/.ssh/ahosking
Hostname 35.182.200.193 Hostname 52.60.47.105
Host planswell.prod.dockerbox Host planswell.prod.dockerbox
IdentityFile ~/.ssh/ahosking IdentityFile ~/.ssh/ahosking
Hostname 10.0.1.218 Hostname 10.0.1.40
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
Host planswell.prod.utils
IdentityFile ~/.ssh/ahosking
Hostname 10.0.1.44
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
## Prod End
Host planswell.prod.jumpbox.old
IdentityFile ~/.ssh/ahosking
Hostname 35.182.200.193
Host planswell.prod.dockerbox.old
IdentityFile ~/.ssh/ahosking
Hostname 10.0.1.218
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox.old
Host 172.36.* Host 172.36.*
IdentityFile ~/.ssh/ahosking IdentityFile ~/.ssh/ahosking
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox