I’ve recently been investigating doing some automated zero touch deployment stuff in my lab.

I have PXE boot in my lab but I feel like I’m under utilizing it. I was thinking about exploring using ansible with netbox as right now I only use netbox as a glorified wiki.

I’m just curious if anyone here has zero touch deployment and has any interesting takes on what it is good for and what it isn’t good for (I would really like to hear about some edge cases).

Thanks!

  • netburnr@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    8 months ago

    Base os install ad a template in your hypervisor. Ansible playbook with a task to spin up the VM, another task to setup network and required packages. Then other playbooks for the software/services setup.