diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-23 00:15:45 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-23 00:15:45 +0200 |
| commit | 30eb7447283d6f8a59f081a5b75a8ced3590b44e (patch) | |
| tree | 2bd99435404b9cbb21abd147c75b54d167e89ee9 /host_vars/mubuntuiso.local.yml.example | |
| parent | 6d5b3d5f42ac72e220560e9d3971ed8a9bbb642b (diff) | |
Refactor inventory
Diffstat (limited to 'host_vars/mubuntuiso.local.yml.example')
| -rw-r--r-- | host_vars/mubuntuiso.local.yml.example | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/host_vars/mubuntuiso.local.yml.example b/host_vars/mubuntuiso.local.yml.example deleted file mode 100644 index 704bffe..0000000 --- a/host_vars/mubuntuiso.local.yml.example +++ /dev/null @@ -1,48 +0,0 @@ ---- -hostname: "mubuntu.local" -partition_disk: "/dev/sda" -partition_wipe: false -partition_boot: - num: 1 - name: "boot" - flags: [boot, esp] - part_start: "0%" - part_end: "1.0GiB" - fstype: "vfat" - fstype_opts: "-F 32" - dev: "{{ partition_disk }}1" - mount_path: "/mnt/boot/efi" - fstab_opts: "defaults,nodev,nosuid,noexec,umask=0077" -partition_swap: - num: 2 - name: "swap" - flags: [swap] - part_start: "1.0GiB" - part_end: "9.0GiB" - fstype: "ext4" - dev: "{{ partition_disk }}2" - mount_path: "none" -partition_root: - num: 3 - name: "ubuntu-root" - part_start: "9.0GiB" - part_end: "59.0GiB" - fstype: "ext4" - dev: "{{ partition_disk }}3" - mount_path: "/mnt" -partition_extras: - - num: 4 - name: "arch-root" - part_start: "59.0GiB" - part_end: "109.0GiB" - fstype: "ext4" - dev: "{{ partition_disk }}4" - - num: 5 - name: "home" - part_start: "109.0GiB" - part_end: "100%" - fstype: "ext4" - dev: "{{ partition_disk }}5" - mount_path: "/mnt/home" -bootstrap_mac: true -configure_playbook_dir: "../ansible-distro-configure" |
