add all group

This commit is contained in:
Mark Riedesel 2024-11-20 13:05:47 -06:00
parent 3b06ed2c71
commit 55dffea83d
3 changed files with 10 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Installation
`ansible-pull -U http://git.klowner.com/mark/ansible-workstation`

View file

@ -1,2 +1,5 @@
[all]
localhost
[base]
hulder

View file

@ -1,2 +1,6 @@
---
- hosts: all
tasks:
- name: determine hostname if this is running from archiso
- import_playbook: playbooks/install.yaml