Initial
Some checks failed
Deploy / deploy (push) Failing after 44s

This commit is contained in:
2026-02-22 20:26:42 +00:00
parent 50a37eb96a
commit e46c72e410
7 changed files with 735 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "infra-meraki"
version = "0.0.0"
description = "Meraki as Code"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"ansible>=13.3.0",
"meraki>=2.1.2",
]