Fist commit

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-10-26 21:54:20 +01:00
commit ddfed61d8e
12 changed files with 1349 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[project]
name = "k3s-ansible-playbooks"
version = "0.1.0"
description = "Bootstrap k3s cluster"
authors = [
{name = "Nikolai Rodionov",email = "allanger@badhouseplants.net"}
]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"hcloud (>=2.5.4,<3.0.0)",
"ansible (>=12.0.0,<12.1.0)",
"ansible-lint (>=25.8.2,<26.0.0)",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"