From cbf055d05eefcba219f5fddfb4f707293a833e28 Mon Sep 17 00:00:00 2001 From: Mark Riedesel Date: Wed, 20 Nov 2024 16:36:02 -0600 Subject: [PATCH] update readme --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c9f5c..925b40d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # Installation -`ansible-pull -U http://git.klowner.com/mark/ansible-workstation -l ` +Add the host to `inventory/hosts` and configure a +`inventory/host_vars/.yaml` + +Boot Arch install media with zfs and ansible included, eg: +https://git.klowner.com/mark/archiso-klowner + +From the archiso: +```bash +ansible-pull -U https://git.klowner.com/mark/ansible-workstation \ + -l \ + -e root_password= +``` + +After system installation, reboot the system and boot from the newly installed +system, then run `ansible-pull` again to provision the software & user +environments. + +After logging in as root: +```bash +ansible-pull -U https://git.klowner.com/mark/ansible-workstation +``` +*NOTE: neither root password or host name is needed here*