~/deploy_httpbin$ ansible-playbook -i hosts site.yml
PLAY [all]
TASK [httpbin : python3-pip installieren] 
changed: [116.203.201.138]
TASK [httpbin : httpbin und gunicorn installieren]
changed: [116.203.201.138]
TASK [httpbin : systemd-Service einspielen] 
changed: [116.203.201.138]
RUNNING HANDLER [httpbin : httpbin starten] 
changed: [116.203.201.138]
PLAY RECAP 
116.203.201.138: ok=4 changed=4 unreachable=0 failed=0 skipped=0 ignored=0
