diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-03-04 15:39:58 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-03-04 17:32:14 +0100 |
| commit | d0c0b3019029a7f078f86f801069c565951edd62 (patch) | |
| tree | 6c48e5f5952f0f10d956f5f988acb8fed10355e6 /bootstrap.yml | |
| parent | 5120a090d03df1a0783c8364bc6bf03f84fec0fb (diff) | |
Remove small bootstrap playbook and merge it in site.yml
Diffstat (limited to 'bootstrap.yml')
| -rw-r--r-- | bootstrap.yml | 23 |
1 files changed, 0 insertions, 23 deletions
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 |
