ansible/bootstrapTest.yml

10 lines
109 B
YAML

---
- hosts: "{{ target }}"
remote_user: core
become: true
roles:
- kvm_setup
- kvm_installvm
...