no idea if this will even work
This commit is contained in:
parent
3d064bb41a
commit
199a12f025
5 changed files with 22 additions and 8 deletions
|
@ -1,6 +1,11 @@
|
|||
---
|
||||
- name: Provision new Arch workstation from scratch
|
||||
- name: Check if we appear to be inside an ArchLinux live install environment
|
||||
hosts: all
|
||||
roles:
|
||||
- detect_archiso
|
||||
|
||||
- name: Provision new Arch workstation from scratch
|
||||
hosts: base
|
||||
tags: base
|
||||
roles:
|
||||
- base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue