From e6993d0048ece52f93da4a0cdf2c57f94cfe83a2 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 27 Oct 2021 20:49:57 -0500 Subject: [PATCH] Reforge some readme sections to allow for win provisioning --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41d1a65..f4dcd42 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ For quick bootstrapping of tools and libraries used in this repo, see [rehasheds ## Deployment -Adding a new server will require the following be fulfilled: +### Linux Machines -* The server is accessible from the Ansible host; +Linux machines require the following for Ansible to access it: * The server has a user named `ansible` which: @@ -21,6 +21,16 @@ Adding a new server will require the following be fulfilled: * Has passwordless sudo capabilities as root +### Windows Machines + +lol don't + +### All Machines + +Adding a new server will require the following be fulfilled: + +* The server is accessible from the Ansible host; + * The server has been added to NetBox OR in `inventory-hard` * DNS records for the machine are set; and