try this using ansible-pull

This commit is contained in:
Mark Riedesel 2024-11-20 12:52:53 -06:00
parent 1444f05d9c
commit 2b7d4e9c77
9 changed files with 69 additions and 23 deletions

View file

@ -1,4 +0,0 @@
- name: Partition base filesystem
shell: echo poop
when: base_partition_devices is defined

View file

@ -4,6 +4,3 @@
- name: is this a livecd?
debug:
msg: "{{ ansible_nodename }} {{ ansible_nodename == 'archiso' }}"

View file

@ -1,6 +1,6 @@
---
- name: Provision new workstation from scratch
tags: base
- name: Provision new Arch workstation from scratch
hosts: all
tags: base
roles:
- base