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