Now Let's Automate Ansible
Over the past few years, I’ve been trying to make it easier to manage my homelab. In order of implementation: Set up local services: DHCP, DNS, VLANs, etc. Standardize on Proxmox as a virtualization platform. Learn Ansible to manage the growing number of machines, physical and virtual. Populate my local instance of Netbox with IP ranges, addresses, and hardware information. Throuhought, document it all on my local wiki. But at some point, running Ansible over and over again to keep things up to date became both tedious and error probe. What happens when I want to run an Ansible playbook to automatically update Netbox with new IP address information from a VM? And I want to do it automatically. ...