summaryrefslogtreecommitdiffstats
path: root/site.yml
blob: 4306529faa1c2460429bac9df78e7af63b62af5a (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: "Distro Install"
  hosts: all
  become: true
  roles:
    - role: "partition"
    - role: "bootstrap"
    - role: "configure"