diff options
Diffstat (limited to 'bootstrap.yml')
| -rw-r--r-- | bootstrap.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bootstrap.yml b/bootstrap.yml new file mode 100644 index 00000000..184906e8 --- /dev/null +++ b/bootstrap.yml @@ -0,0 +1,15 @@ +--- +- name: "Dev machines 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" |
