ref(inventory): Rename guest group to void

This commit is contained in:
Marty Oehme 2025-02-22 16:37:28 +01:00
parent 05fd2e1324
commit e70b6428fd
Signed by: Marty
GPG key ID: 4E535BC19C61886E
7 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
[host]
127.0.0.1 ansible_connection=local
[guest]
[chroot]
/mnt/void ansible_connection=community.general.chroot

View file

@ -4,7 +4,7 @@
# Get python onto void - otherwise we can not interact through ansible
- name: Bootstrap void python
hosts: guest
hosts: chroot
gather_facts: false
tasks:
- name: install python

View file

@ -1,5 +1,5 @@
- name: Install void base system
hosts: guest
hosts: chroot
become: true
vars:
ansible_chroot_exe: arch-chroot
@ -66,7 +66,7 @@
listen: installed-booster
- name: Configure void base system
hosts: guest
hosts: chroot
become: true
vars:
host_name: voider

View file

@ -1,5 +1,5 @@
- name: Install void customizations
hosts: guest
hosts: chroot
become: true
vars:
ansible_chroot_exe: arch-chroot
@ -27,10 +27,10 @@
state: present
notify: installed-fonts
# - name: Install much stuff
# - name: Install base custom stuff
# community.general.xbps:
# name:
# -
# - zsh
# state: present
# notify: installed-fonts

View file

@ -1,5 +1,5 @@
- name: Set up voidlinux networking
hosts: guest
hosts: chroot
become: true
vars:
ansible_chroot_exe: arch-chroot

View file

@ -1,5 +1,5 @@
- name: Set up primary user
hosts: guest
hosts: chroot
become: true
vars:
user_name: marty

View file

@ -1,5 +1,5 @@
- name: Install void wayland environment
hosts: guest
hosts: chroot
become: true
vars:
ansible_chroot_exe: arch-chroot