1 2 3 4 5 6 7 8 9 10 11 12 13
--- - name: Distro bootstrap configure gather_facts: true hosts: - homelab - chroot roles: - role: "network" tags: ["required_for_boot"] - role: "user" tags: ["required_for_boot"] - role: "ssh" tags: ["required_for_boot"]