Update documentation
This commit is contained in:
parent
b36bbec72a
commit
924341a276
12
README.md
12
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
|
||||
|
Reference in New Issue
Block a user