From f68a932b8270a3c6b0c839c86490756bed6a943f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 4 Mar 2026 15:39:58 +0100 Subject: Remove small bootstrap playbook and merge it in site.yml --- bootstrap.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 bootstrap.yml (limited to 'bootstrap.yml') diff --git a/bootstrap.yml b/bootstrap.yml deleted file mode 100644 index 65218328..00000000 --- a/bootstrap.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -- name: "Machine bootstrap" - gather_facts: true - tags: ["required_for_boot"] - hosts: - - marchlinux.local - - archlinux.local - - ubuntu.local - - rpi5.local - roles: - - role: "hostname" - - role: "network" - - role: "user" - - role: "ssh" - - role: "password_policy" - pre_tasks: - - name: "Update package cache" - become: true - ansible.builtin.package: - update_cache: true - async: 60 - poll: 5 - failed_when: false -- cgit v1.2.3