---
- hosts: "{{ target }}"
gather_facts: false
remote_user: root
roles:
- install_python
- install_image
...