ansible/install_image.yml

10 lines
124 B
YAML

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