From 68a9c1a60ae8be5086aeca5c16fb2a656544651c Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 23 Feb 2026 19:14:31 +0100 Subject: [PATCH] Improve venv --- .gitignore | 1 + README.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 1d1351f..4e6bed4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ tags # ---> Ansible *.retry *.ansible/ +*ansible/ # ---> macOS # General diff --git a/README.md b/README.md index 50cc750..c15f557 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ git config submodule.recurse true Git submodule werden hier zum Beispiel verwendet und ansible rollen und collections zu integrieren. +## Python Enviroment + +```bash +python -m venv .ansible +source .ansible/bin/activate +pip install --upgrade -r requirements.txt +``` + ## Ansible Das **inventory** des ansible findet sich in der ``hosts.ini``. Um das Setup für andere hosts anzuwenden, ist das auf jeden Fall ein Blick wert.