Select Git revision
ansible.cfg
-
nimrod authored
The goal is to have all of the infrastructure that goes in building and maintaining shore.co.il in a single repository. Why? Copy less code and configuration around, maybe share some more code. Hopefully ease maintenance. Maybe perform far-reaching changes in a single branch instead of spreading it out across multiple repos (not really sure about this).
nimrod authoredThe goal is to have all of the infrastructure that goes in building and maintaining shore.co.il in a single repository. Why? Copy less code and configuration around, maybe share some more code. Hopefully ease maintenance. Maybe perform far-reaching changes in a single branch instead of spreading it out across multiple repos (not really sure about this).
20_shore 522 B
# vim:ft=sshconfig
# shore.co.il infrastructure
Host cgit.shore.co.il host01.shore.co.il wdr4300.shore.co.il kodi.shore.co.il
ProxyCommand ssh ns1.shore.co.il -W %h:%p
Host host01.shore.co.il ns4.shore.co.il
LocalForward 9090 localhost:9090
Host ns2.shore.co.il
User admin
Host ea6350.shore.co.il
User root
LocalForward 8080 localhost:80
Host cgit.shore.co.il
HostName host01.shore.co.il
Host *.shore.co.il 192.168.3.*
IdentityFile ~/Documents/Shore/shore_ecdsa
IdentityFile ~/Documents/Shore/shore_rsa
User nimrod