From fad602b0953734bf59c7125be6d9a1276f41f60c Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Sun, 5 Apr 2020 19:45:22 -0400 Subject: [PATCH] Ready to deploy to Tower --- windows.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/windows.yml b/windows.yml index 3251975..dd45284 100644 --- a/windows.yml +++ b/windows.yml @@ -1,5 +1,5 @@ - name: create a ovirt rhel template - hosts: all + hosts: localhost gather_facts: False connection: local become: no @@ -13,7 +13,6 @@ template_vm_root_disk_size: 30 template_vm_guest_id: windows_2019x64 template_vm_memory: 4096 - template_vm_host: orisa template_timezone: 'GMT Standard Time' template_vm_cpu: 4 template_vm_efi: false # you need to install efi file to use this, false should be fine in most cases @@ -44,4 +43,4 @@ - 192.168.16.1 roles: - - oatakan.windows_ovirt_template \ No newline at end of file + - oatakan.windows_ovirt_template