arch installation mostly works with zfsbootmgr
This commit is contained in:
commit
1444f05d9c
19 changed files with 496 additions and 0 deletions
4
playbooks/base-partition.yaml
Normal file
4
playbooks/base-partition.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Partition base filesystem
|
||||
shell: echo poop
|
||||
when: base_partition_devices is defined
|
||||
|
9
playbooks/info.yaml
Normal file
9
playbooks/info.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- hosts: all
|
||||
become: true
|
||||
tasks:
|
||||
- name: is this a livecd?
|
||||
debug:
|
||||
msg: "{{ ansible_nodename }} {{ ansible_nodename == 'archiso' }}"
|
||||
|
||||
|
||||
|
6
playbooks/install.yaml
Normal file
6
playbooks/install.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Provision new workstation from scratch
|
||||
tags: base
|
||||
hosts: all
|
||||
roles:
|
||||
- base
|
Loading…
Add table
Add a link
Reference in a new issue