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] [host]
127.0.0.1 ansible_connection=local 127.0.0.1 ansible_connection=local
[guest] [chroot]
/mnt/void ansible_connection=community.general.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 # Get python onto void - otherwise we can not interact through ansible
- name: Bootstrap void python - name: Bootstrap void python
hosts: guest hosts: chroot
gather_facts: false gather_facts: false
tasks: tasks:
- name: install python - name: install python

View file

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

View file

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

View file

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

View file

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

View file

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