initial commit

This commit is contained in:
Peter Meier
2025-10-16 22:54:40 +02:00
parent d80ca5979e
commit 5e6faaffcf
23 changed files with 1608 additions and 1 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[tool.poetry]
name = "my-automation-project"
version = "0.1.0"
description = "Automates my VPS setup with Ansible"
authors = ["Peter <peter@example.com>"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
ansible = "^10.2.0"
requests = "^2.31.0"