1 2 3 4 5 6 7 8 9 10
--- - name: Distro bootstrap configure gather_facts: true hosts: - homelab - chroot roles: - role: "network" - role: "user" - role: "ssh"