Skip to content

Commit

Permalink
Better explanation of different parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Jan 14, 2024
1 parent 09734db commit 4326568
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roles/provision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ provision
=========

Does first five minutes security, sets up user account, installs packages and sets up dotfiles.
Each part of that can be done separately by specifying the appropriate tag.
Each part of that can be done separately by specifying the appropriate tag, out of `system`, `account`, `ssh` and `dotfiles`.

Variables
------------
Expand All @@ -11,12 +11,12 @@ Variables

`provision_is_vm` may be defined as true to install qemu guest agent.

`provision_is_desktop` may be defined to configure WSL and ignore server-side dependencies
`provision_is_desktop` may be defined
- If `true`, install complete dev environment for NVim. Also install WSL config
- If `false`, configure SSHd

`provision_copy_private_key` may be defined to copy the SSH private key as well as authorising the public key.

Requirements
------------

System, account and SSH setup must be run with `become`, dotfiles can be run without.

0 comments on commit 4326568

Please sign in to comment.