Files
toallab-automation/playbooks/build_windows_template.yml
2024-02-08 12:57:28 -05:00

13 lines
254 B
YAML

- name: create an ovirt windows template
hosts: windows_template_base
gather_facts: False
connection: local
become: no
vars:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
roles:
- oatakan.windows_ovirt_template