...
$ ansible-playbook -i inventory/build tasks/ssh.yml |
---|
3. It may be useful to add the following to your ~/.ssh/config file (you can create a new text file in that location if you don't already have one).
Host hee-build-azureaws #Build Env Host 10.140.0.* #Stage Env #Prod Env #NIMDTA Env Host 10.170254.0*.* #Bastion Env Host 10.99.0.* # UI Dev server Host 10.150.0.136 # N3 Bridge Host github.com |
---|
...