summaryrefslogtreecommitdiffstats
path: root/site.yml
blob: b27e77c8dcd1ecb753b270091610c6c956742fbe (plain) (blame)
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"