Skip to content
Snippets Groups Projects
Select Git revision
  • d53ceb7ab744450ed4c913c5e3f25e6def2ca9ab
  • master default
  • v1
  • btrfs-backup
4 results

ansible.cfg

Blame
    • nimrod's avatar
      d53ceb7a
      Refactor to include all of my infrastructure. · d53ceb7a
      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).
      d53ceb7a
      History
      Refactor to include all of my infrastructure.
      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).
    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