From 30eb7447283d6f8a59f081a5b75a8ced3590b44e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 23 Apr 2026 00:15:45 +0200 Subject: Refactor inventory --- host_vars/raspberryiso.local.yml.example | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 host_vars/raspberryiso.local.yml.example (limited to 'host_vars/raspberryiso.local.yml.example') diff --git a/host_vars/raspberryiso.local.yml.example b/host_vars/raspberryiso.local.yml.example deleted file mode 100644 index 6a98993..0000000 --- a/host_vars/raspberryiso.local.yml.example +++ /dev/null @@ -1,25 +0,0 @@ ---- -hostname: "rpi5.local" -partition_disk: "/dev/mmcblk0" -partition_wipe: true -partition_boot: - num: 1 - name: "boot" - flags: [boot, esp] - part_start: "0%" - part_end: "200MiB" - fstype: "vfat" - fstype_opts: "-F 32 -n boot" - dev: "{{ partition_disk }}p1" - mount_path: "/mnt/boot/firmware" - fstab_opts: "defaults,noatime" -partition_root: - num: 2 - name: "root" - part_start: "200MiB" - part_end: "100%" - fstype: "ext4" - dev: "{{ partition_disk }}p2" - mount_path: "/mnt" -partition_extras: [] -configure_playbook_dir: "../ansible-distro-configure" -- cgit v1.2.3