doc: add first readme
This commit is contained in:
@@ -1 +1,17 @@
|
|||||||
# Home Infrastructure
|
# Home Infrastructure
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
```shell
|
||||||
|
just fetch-plugins
|
||||||
|
```
|
||||||
|
|
||||||
|
## Bare-metal provisioning
|
||||||
|
|
||||||
|
When creating a set of fresh machines, you must run the provisioning step to create the "Kolibri" automation user.
|
||||||
|
|
||||||
|
The Kolibri automation user is used for all other playbooks and has permissions to execute passwordless sudo.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
ansible-playbook -i ansible/inventories/bare_metal/hosts.yaml ansible/playbooks/provision.yaml -K -e ansible_user=<your_interactive_user>
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user