1 2 3 4 5 6 7 8
--- - name: "Distro Install" hosts: all become: true roles: - role: "partition" - role: "bootstrap" - role: "configure"