Playbooks
Ansible playbooks are the operational entrypoints for Proxmox host configuration.
Source Paths
operations/taskfiles/ansible.ymlinfrastructure/ansible/playbooks/bootstrap.ymlinfrastructure/ansible/playbooks/configure.ymlinfrastructure/ansible/playbooks/networking.ymlinfrastructure/ansible/playbooks/maintenance.yml
Current Entry Points
bootstrap.ymlbootstraps Proxmox hosts with repositories and SSH.configure.ymlapplies the full host configuration.networking.ymlmigrates hosts to VLAN networking one host at a time.maintenance.ymlruns package maintenance one host at a time.
Task Wrapper
task ansible:bootstraptask ansible:configuretask ansible:networkingtask ansible:maintenancetask ansible:checktask ansible:syntaxtask ansible:lint
Notes
networking.ymlandmaintenance.ymluseserial: 1.checkrunsconfigure.ymlin check mode with diff output.
