diff options
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" |
