diff options
Diffstat (limited to 'personal_infra/HACKING.md')
| -rw-r--r-- | personal_infra/HACKING.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/personal_infra/HACKING.md b/personal_infra/HACKING.md index b20babae..23ba8119 100644 --- a/personal_infra/HACKING.md +++ b/personal_infra/HACKING.md @@ -13,15 +13,13 @@ Symlink everything in this directory into your root infrastructure directory. Create an `inventory` file. -Use the [quay.io/alexpdp7/workstation:latest](https://quay.io/repository/alexpdp7/workstation) image to run Ansible, using a tool such as [Toolbox](https://containertoolbx.org/) or [Distrobox](https://distrobox.it/). - Create `vault_password` with a vault password. -### Usage +Use `rye sync` to set up Python. -Run `. .venv/bin/activate` to activate the virtual environment. +### Usage -Run Ansible commands normally. +Run Ansible commands with `rye run`. ## Ansible/Puppet integration |
