From 9a9bfa7e23c73e59e9fefc6b1042bf079742333c Mon Sep 17 00:00:00 2001 From: Maxim Vershinin Date: Sun, 12 Jul 2026 12:41:37 +0000 Subject: [PATCH] FEATURE: python virtual environment is used for ansible now --- .gitignore | 5 ++++- requirements.txt | 30 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore index e554ece..2ea602c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # ---> Ansible *.retry -inventory/group_vars/secret/ \ No newline at end of file +inventory/group_vars/secret/ + +# Ignore python venv +.venv \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1d11f18 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,30 @@ +ansible-compat==26.6.0 +ansible-core==2.21.1 +ansible-lint==26.6.0 +attrs==26.1.0 +black==26.5.1 +bracex==3.0 +cffi==2.1.0 +click==8.4.2 +cryptography==49.0.0 +distro==1.9.0 +filelock==3.29.7 +Jinja2==3.1.6 +jsonschema==4.26.0 +jsonschema-specifications==2025.9.1 +MarkupSafe==3.0.3 +mypy_extensions==1.1.0 +packaging==26.2 +pathspec==1.1.1 +platformdirs==4.10.0 +pycparser==3.0 +pytokens==0.4.1 +PyYAML==6.0.3 +referencing==0.37.0 +resolvelib==1.2.1 +rpds-py==2026.6.3 +ruamel.yaml==0.19.1 +ruamel.yaml.clib==0.2.15 +subprocess-tee==0.4.2 +wcmatch==11.0 +yamllint==1.38.0