trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

feat(ansible): JunOS ansible playbook #196

Open trosvald opened 1 week ago

trosvald commented 1 week ago

Describe the bug or feature request

SRX320 is my main router/gw/firewall connecting my home/lab network to internet. it will run the following :

  1. [ ] External BGP (eBGP) to Cilium on my talos kubernetes cluster. BGP autonomous number will be using AS64512
  2. [ ] SNMPv2 for monitoring
  3. [ ] Logging via ????
  4. [ ] Security
    • Security zones and policy
    • Firewall/filtering rules to internal router
  5. [ ] Interfaces
    • ge-0/0/0 pppoe interface to isp
    • ge-0/0/1 and ge-0/0/2 LACP to core switch
    • ge-0/0/3 (Available)
    • ge-0/0/4 (Available)
    • ge-0/0/5 vlan INFRA
    • ge-0/0/6 and ge-0/0/7 LACP to poe switch
  6. [ ] VLAN
    • CCTV
    • CEPH
    • HOME
    • INFRA
    • IOT
    • SERVICES

      Code of Conduct