Created
September 23, 2016 23:28
-
-
Save mmyers1474/da393ab18248d048091003779a0da48c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim: set sw=5 ts=5 sts=5 et tw=100 foldmarker={{,}} foldlevel=0 foldmethod=marker nospell nohl: | |
# Global options {{ | |
Host * | |
ControlMaster auto | |
ControlPath ~/.tmp/control:%h:%p:%r | |
ServerAliveInterval 300 | |
ServerAliveCountMax 2 | |
StrictHostKeyChecking no | |
IdentitiesOnly yes | |
IdentityFile ~/.ssh/id_rsa | |
# PermitLocalCommand yes | |
# LocalCommand printf '\033k%h\033\\' | |
# }} | |
# MTCORE network configuration {{ | |
# Network wide scoped options. | |
Host *.mtcore.net | |
User matthew | |
# Linux bastion/gateway server | |
Host connect mtcore | |
HostName connect.mtcore.net | |
User sysop | |
# QNAP TS419-PII NAS | |
Host nfs1 | |
HostName nfs1.mtcore.net | |
User admin | |
# Dell PowerEdge 1950II host virtualization machines (baremetal) | |
Host hvm* | |
HostName %h.mtcore.net | |
User sysop | |
# DRAC interfaces for Dell PE HVM's | |
Host drac-* | |
HostName %h.mgmt.mtcore.net | |
User admin | |
# }} | |
# ISS network configuration {{ | |
# Network wide scoped options. | |
Host *.issgovernance.com | |
User myermat | |
# CORE hosts {{ | |
# Bastion hosts | |
Host lbs501 | |
HostName vpna-cor-bas501.ad.issgovernance.com | |
Host lbs1 | |
HostName vpna-cor-bas001.ad.issgovernance.com | |
Host lbs2 | |
HostName vpna-cor-bas002.ad.issgovernance.com | |
# VCS hosts | |
Host svn | |
HostName svn.issapps.com | |
# }} | |
# DEV & QAT environment {{ | |
Host *-dev-* *-qat-* | |
HostName %h.ad-dev.issgovernance.com | |
Host dpm qpm devpm qatpm ansible-dev ansible-qat | |
HostName vpna-dev-pup001.ad-dev.issgovernance.com | |
# }} | |
# UAT & PRD environment {{ | |
Host *-uat-* *-prd-* | |
HostName %h.ad.issgovernance.com | |
Host uat-ansible | |
HostName vsna-uat-mtr003.ad.issgovernance.com | |
Host upm uatpm ansible-uat | |
Hostname vsna-uat-pup001.ad.issgovernance.com | |
Host prd-ansible ansible-prd | |
HostName vpna-prd-mtr003.ad.issgovernance.com | |
Host ppm prdpm | |
Hostname vpna-prd-pup001.ad.issgovernance.com | |
# }} | |
# }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment