This is meant to be a start to finish deployment of my homelab using only IAC and CM. Currently a raw work in progress.
- Ansible
- Change traefik containers to use non root user
- Change pihole containers to use non root user
- Move all http/https services on bootstrap to traefik
- Fix bootstrap nginx to not use port 80 to free it up for traefik
- Fix traefik 80 -> 443 redirect
- Fix loop labels
- Fix loop format to use newer style
- Look into moving docker-composes pre tasks from playbook to role
- Clean up docker-compose role firewall
- Block private IP lookups forwarding to upstream servers on pihole
- Terraform
- Finish DNS server setups
- Move PanOS object creation for server IPs to the server creation, avoids placing IP info into multiple spots
- Add VM affinity rules to keep specific VMs separate (like dns1 and dns2)
- Rebuild the vsphere server module to support better inheritance
- Allow DHCP servers to ping clients
- Allow Firewall access to DHCP servers via rule
- Misc
- Figure out pypi mirroring or method to maintain needed packages locally
- Move in Zeek build to this repo
- Clean up url lists in PanOS. One for bootstrap and one for DNS servers.
- Fix bootstrap power loss issue, the LattePanda does not automatically start up after a power loss
- Determine why opsesxi2 sometimes does not boot ESXi
- Determine why mgmtesxi1 does not power up after a power loss
- Determine why edgefw1 sometimes has ports not connected after a power loss
- Move issues to GitHub issues and out of README.md
These are the manual steps/checks that need to be performed after a power loss.
- Check bootstrap is booted
- Check mgmtesxi1 is booted
- Check ops hosts are booted
- Check switch 1 and 2 for power and full boot up
- Check edgefw1 network ports are all connected
- Check HA status of VMs
- Check vSAN status
- Check WLC status
- Check DHCP status
- Check DNS status
- Check wireless APs status
- Check PacketFence status
To avoid connectivity issues with the PANOS API, set this environment variable:
export TERRAGRUNT_PARALLELISM=1
- Manual steps (to be futher automated...)
- Physical switches
- ESXi
- Initial DNS server
- Initial AD server
- vCenter deployment
- Firewall deployment
- Firewall basic config for management (can this be bootstrapped, cloud-init or?)
- NAS deployment
- Automated steps
- PanOS
- Objects
- Zones
- Rules
- vSphere
- Switching
- Servers
- Linux Repo
- DHCP
- AWX
- PacketFence
- PanOS
- Port forwarding for vCenter:
sudo ssh -L 127.0.0.1:443:172.21.7.50:443 chrisbalmer@lsasensor.local
- Required external DNS to do initial configuration of the bootstrap server
MIT