From 5e7d26a6b5458f630722a9d33f6957691d151627 Mon Sep 17 00:00:00 2001 From: c0de Date: Wed, 3 Jan 2024 23:21:25 -0600 Subject: [PATCH] install ansible-lint --- .vscode/settings.json | 3 ++- requirements.txt | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ef8a925..f0621a1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "cSpell.words": [ "pibox" - ] + ], + "ansible.python.interpreterPath": "/home/c0de/dev/pibox-ansible/.venv/bin/python" } diff --git a/requirements.txt b/requirements.txt index f2dc778..1d2d93b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,38 @@ ansible==9.1.0 +ansible-compat==4.1.10 ansible-core==2.16.2 +ansible-lint==6.22.1 +attrs==23.2.0 +black==23.12.1 +bracex==2.4 +certifi==2023.11.17 cffi==1.16.0 +charset-normalizer==3.3.2 +click==8.1.7 cryptography==41.0.7 +filelock==3.13.1 +idna==3.6 Jinja2==3.1.2 +jsonschema==4.20.0 +jsonschema-specifications==2023.12.1 +markdown-it-py==3.0.0 MarkupSafe==2.1.3 +mdurl==0.1.2 +mypy-extensions==1.0.0 packaging==23.2 +pathspec==0.12.1 +platformdirs==4.1.0 pycparser==2.21 +Pygments==2.17.2 PyYAML==6.0.1 +referencing==0.32.0 +requests==2.31.0 resolvelib==1.0.1 +rich==13.7.0 +rpds-py==0.16.2 +ruamel.yaml==0.18.5 +ruamel.yaml.clib==0.2.8 +subprocess-tee==0.4.1 +urllib3==2.1.0 +wcmatch==8.5 +yamllint==1.33.0