chore: add ansible & dependencies via uv

This commit is contained in:
Alexander Navarro 2024-12-12 12:29:59 -03:00
parent 1759d2c7c3
commit 6fa7d0fbd3
4 changed files with 275 additions and 6 deletions

11
pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[project]
name = "homelab"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ansible>=11.1.0",
"paramiko>=3.5.0",
"passlib>=1.7.4",
]