diff options
author | 2025-07-18 20:36:02 +0100 | |
---|---|---|
committer | 2025-07-18 20:36:02 +0100 | |
commit | dd0fe50e79763a586b099a6d264c01d818edd5c8 (patch) | |
tree | a445d20c0066a9902c68bc3acf04ff758295afa0 /ansible | |
parent | Update Keycloak to 26.3.0 (diff) |
10x the repo
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/README.md b/ansible/README.md index bdc4034..e1ed35c 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -12,10 +12,10 @@ Debian Stable is recommended, but any Linux distribution should work. From the project root directory: 1. Install the pre-commit hook: `pre-commit install` -1. Install Poetry: `apt install python3-poetry` -1. Install dependencies: `poetry install` +1. Install UV: `curl -LsSf https://astral.sh/uv/install.sh | sh` +1. Install dependencies: `uv sync` 1. Head to the `ansible` directory: `cd ansible` -1. Install Ansible dependencies: `poetry run ansible-galaxy install -r roles/requirements.yml` +1. Install Ansible dependencies: `uv run ansible-galaxy install -r roles/requirements.yml` 1. Create a `vault_passwords` file and write the vault password to it 1. Configure the Ansible Vault git diff driver using `git config --global diff.ansible-vault.textconv "ansible-vault view"` and `git config diff.ansible-vault.cachetextconv false` |