Commit Graph
9 Commits
Author SHA1 Message Date
arcodangeandClaude Opus 4.7 934b62d922 chore(ansible): use project-local uv venv for ansible runtime deps
Moves the local ansible runtime from a global `uv tool install ansible-core`
(which required remembering `--with kubernetes --with jmespath --with dnspython`)
to a project-managed venv described by `pyproject.toml` + `uv.lock`. Fixes the
"Failed to import the required Python library (kubernetes)" error on localhost.

The localhost inventory entry now derives `ansible_python_interpreter` from
`{{ ansible_playbook_python }}`, so `uv run ansible-playbook` is enough — no
more hardcoded user-specific paths.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
2026-05-06 12:35:28 +02:00
arcodange 561331b825 fixes 2025-08-07 15:51:53 +02:00
arcodange b8636a6d48 document uv python package manager command for ansible setup - minor fixes in playbook 2025-08-05 12:22:27 +02:00
arcodange 459d255471 new role gitea_repo 2024-08-16 13:53:03 +02:00
arcodange 1b832cbd1d setup gitea mailer 2024-08-13 17:28:44 +02:00
arcodange cb4d679d8b k3s setup and git action runner 2024-08-12 21:45:16 +02:00
arcodange f4b54d2941 ansible: playbook for postgres and gitea 2024-07-18 10:36:12 +02:00
arcodange 0e2ea5cb36 ansible: begin inventory 2024-07-10 15:39:43 +02:00
arcodange b97af4010f ansible: HD setup 2024-07-10 11:08:29 +02:00