====== Ansible Setup ======
==== Client ====
== Kali ==
bei Kali ist ansible in den default repos enthalten.
sudo apt install ansible -y
== Debian ==
sudo apt install software-properties-common python3-launchpadlib -y
sudo apt-add-repository ppa:ansible/ansible
sudo apt update && sudo apt install ansible -y
möglicherweise muss die linux version auf die passende ubuntu version geändert werden unter ''/etc/apt/sources.list.d/'' zu jammy zB für das aktuell ubuntu
die Kali repos haben ansible auch enthalten
==== Host (Target) ====
das ansible ''docker_compose''-modul braucht ''pip docker-compose'' leider. und braucht ''python3-docker'' wenn dann. machs jetzt einfach mit command