arch installation mostly works with zfsbootmgr

This commit is contained in:
Mark Riedesel 2024-11-20 09:12:19 -06:00
commit 1444f05d9c
19 changed files with 496 additions and 0 deletions

9
playbooks/info.yaml Normal file
View file

@ -0,0 +1,9 @@
- hosts: all
become: true
tasks:
- name: is this a livecd?
debug:
msg: "{{ ansible_nodename }} {{ ansible_nodename == 'archiso' }}"