22 lines
463 B
TOML
22 lines
463 B
TOML
[tool.poetry]
|
|
name = "omni-ansible"
|
|
version = "0.0.0"
|
|
description = "Network deployment procedures and configuration state"
|
|
authors = ["Ethan Paul <e@enp.one>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
ansible = "^2.9.4"
|
|
paramiko = "^2.7.1"
|
|
jinja2 = "^2.11.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
ansible-lint = "^4.2.0"
|
|
yamllint = "^1.20.0"
|
|
ansible-toolbox = "^0.3"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=1.0.0"]
|
|
build-backend = "poetry.masonry.api"
|