ref(chroot): Move exe selection to host variable
This commit is contained in:
parent
b07d7be58d
commit
9138d7b66b
5 changed files with 1 additions and 9 deletions
|
@ -8,6 +8,7 @@ chroot:
|
||||||
void:
|
void:
|
||||||
ansible_host: /mnt/void
|
ansible_host: /mnt/void
|
||||||
ansible_connection: community.general.chroot
|
ansible_connection: community.general.chroot
|
||||||
|
ansible_chroot_exe: arch-chroot
|
||||||
desired_package_state: latest
|
desired_package_state: latest
|
||||||
|
|
||||||
interface:
|
interface:
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
- name: Install void base system
|
- name: Install void base system
|
||||||
hosts: chroot
|
hosts: chroot
|
||||||
become: true
|
become: true
|
||||||
vars:
|
|
||||||
ansible_chroot_exe: arch-chroot
|
|
||||||
tasks:
|
tasks:
|
||||||
# Prefer booster to dracut so make sure to never install it
|
# Prefer booster to dracut so make sure to never install it
|
||||||
- name: Ignore dracut
|
- name: Ignore dracut
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
hosts: chroot
|
hosts: chroot
|
||||||
become: true
|
become: true
|
||||||
vars:
|
vars:
|
||||||
ansible_chroot_exe: arch-chroot
|
|
||||||
nameserver1: 9.9.9.9
|
nameserver1: 9.9.9.9
|
||||||
nameserver2: 9.9.9.10
|
nameserver2: 9.9.9.10
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
hosts: interface
|
hosts: interface
|
||||||
become: true
|
become: true
|
||||||
tags: interface
|
tags: interface
|
||||||
vars:
|
|
||||||
ansible_chroot_exe: arch-chroot
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Set up keyd for custom key events
|
- name: Set up keyd for custom key events
|
||||||
community.general.xbps:
|
community.general.xbps:
|
||||||
|
@ -42,8 +40,6 @@
|
||||||
become: true
|
become: true
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
vars:
|
|
||||||
ansible_chroot_exe: arch-chroot
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install a bunch of base custom stuff
|
- name: Install a bunch of base custom stuff
|
||||||
community.general.xbps:
|
community.general.xbps:
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
- name: Install void wayland environment
|
- name: Install void wayland environment
|
||||||
hosts: chroot
|
hosts: chroot
|
||||||
become: true
|
become: true
|
||||||
vars:
|
|
||||||
ansible_chroot_exe: arch-chroot
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install intel wayland drivers
|
- name: Install intel wayland drivers
|
||||||
community.general.xbps:
|
community.general.xbps:
|
||||||
|
|
Loading…
Reference in a new issue