...
$ 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-azure Host 10.140.0.* Host 10.99.0.* # UI Dev server Host 10.150.0.136
Host github.com |
---|
...