diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-26 22:25:14 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-26 22:25:14 +0100 |
| commit | a0d80d2f27c868dbf5cbfa054bc3190fe4a83666 (patch) | |
| tree | 172e032813abc32a4ef5051ed290e11c769bbd14 /host_vars | |
| parent | 35462a7e751f7bdb51dd2442dd90b4495e67f420 (diff) | |
Add the ansible-distro configure to example files
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/archiso.local.yml.example | 1 | ||||
| -rw-r--r-- | host_vars/mac-archiso.local.yml.example | 1 | ||||
| -rw-r--r-- | host_vars/raspberryiso.local.yml.example | 1 | ||||
| -rw-r--r-- | host_vars/ubuntuiso.local.yml.example | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/host_vars/archiso.local.yml.example b/host_vars/archiso.local.yml.example index b1631f9..0dd53e7 100644 --- a/host_vars/archiso.local.yml.example +++ b/host_vars/archiso.local.yml.example @@ -43,3 +43,4 @@ partition_extras: part_end: "100%" fstype: "ext4" dev: "{{ partition_disk }}4" +configure_playbook_dir: "../ansible-distro-configure" diff --git a/host_vars/mac-archiso.local.yml.example b/host_vars/mac-archiso.local.yml.example index 62404b7..c2bfe53 100644 --- a/host_vars/mac-archiso.local.yml.example +++ b/host_vars/mac-archiso.local.yml.example @@ -44,3 +44,4 @@ partition_extras: fstype: "ext4" dev: "{{ partition_disk }}4" bootstrap_broadcom_wl: true +configure_playbook_dir: "../ansible-distro-configure" diff --git a/host_vars/raspberryiso.local.yml.example b/host_vars/raspberryiso.local.yml.example index 151d687..6a98993 100644 --- a/host_vars/raspberryiso.local.yml.example +++ b/host_vars/raspberryiso.local.yml.example @@ -22,3 +22,4 @@ partition_root: dev: "{{ partition_disk }}p2" mount_path: "/mnt" partition_extras: [] +configure_playbook_dir: "../ansible-distro-configure" diff --git a/host_vars/ubuntuiso.local.yml.example b/host_vars/ubuntuiso.local.yml.example index 6b8c6c1..00f1c52 100644 --- a/host_vars/ubuntuiso.local.yml.example +++ b/host_vars/ubuntuiso.local.yml.example @@ -44,3 +44,4 @@ partition_extras: fstype: "ext4" dev: "{{ partition_disk }}5" mount_path: "/mnt/home" +configure_playbook_dir: "../ansible-distro-configure" |
