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