ansible/bootstrapTest.yml

10 lines
111 B
YAML

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