try this using ansible-pull
This commit is contained in:
parent
1444f05d9c
commit
2b7d4e9c77
9 changed files with 69 additions and 23 deletions
|
@ -1,4 +0,0 @@
|
|||
- name: Partition base filesystem
|
||||
shell: echo poop
|
||||
when: base_partition_devices is defined
|
||||
|
|
@ -4,6 +4,3 @@
|
|||
- name: is this a livecd?
|
||||
debug:
|
||||
msg: "{{ ansible_nodename }} {{ ansible_nodename == 'archiso' }}"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue