Ansible code to configure and maintain my home network. The code here assumes that all devices have been installed via jsf9k/ansible-arch-install or jsf9k/ansible-raspi-install.
Populate inventory.yml and run site.yml:
ansible-playbook -i inventory.yml site.ymlTo update all packages, run update.yml:
ansible-playbook -i inventory.yml update.yml