summaryrefslogtreecommitdiffstats
path: root/bootstrap.yml
blob: a7f55e131e9261f132b5858f7471fea2af8b3b58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- name: "Local machine bootstrap"
  gather_facts: true
  tags: ["required_for_boot"]
  hosts:
    - archlinux.local
    - ubuntu.local
    - rpi5.local
  roles:
    - role: "package_cache"
    - role: "hostname"
    - role: "network"
    - role: "user"
    - role: "ssh"
    - role: "password_policy"