diff --git a/README.md b/README.md index f4dcd42..b68616f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For quick bootstrapping of tools and libraries used in this repo, see [rehasheds ### Linux Machines -Linux machines require the following for Ansible to access it: +Each Linux machine will require the following to be fulfilled for Ansible to access it: * The server has a user named `ansible` which: @@ -21,13 +21,17 @@ Linux machines require the following for Ansible to access it: * Has passwordless sudo capabilities as root +* The server is running Ubuntu 20.04 or greater + +To automate these host-local steps, use the script file `contrib/bootstrap.sh`. + ### Windows Machines lol don't ### All Machines -Adding a new server will require the following be fulfilled: +Adding a new server will require these: * The server is accessible from the Ansible host; @@ -35,9 +39,7 @@ Adding a new server will require the following be fulfilled: * DNS records for the machine are set; and -* The server is running Ubuntu 20.04 or greater - -From there, running the playbook `site.yml` should get the machine up to snuff. To automate the host-local steps, use the script file `contrib/bootstrap.sh`. +From there, running the playbook `site.yml` should get the machine up to snuff. ## Zerotier