diff --git a/README.md b/README.md index f1cd9c2..4ea35c3 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,15 @@ Ansible configs for the Skylab Homelab -Main entrypoint is through the `ansible` script in this repository. The script sets up -basic environment variables to avoid conflicts with other environments and sets the -inventory. +## Local workstation setup: -Bootstrap checklist: +```bash +make dev +poetry shell +source .env +``` + +## Boostraping remote system for management: 1. Install a supported operating system: [Rocky Linux](https://rockylinux.org) 2. During installation create a user named `ansible` with any password