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.