ref(inventory): Rename guest group to void
This commit is contained in:
parent
05fd2e1324
commit
e70b6428fd
7 changed files with 10 additions and 10 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue