>
> I'm using Ansible to Deploy Windows machines: having no issues, out side 
> of your Code: Outside of your code I'm not using both of the following:  
>

>    -  start_connected: True
>    -    wait_for_ip_address: yes 
>
> Not sure if Static IP Address settings need to have login set to use to 
configure the Static IP 

customization:
            hostname: "{{ VM_Name }}"
            dns_servers:
            - 
            dns_suffix:
            - 
            domain: "{{ domain }}"
            autologon: yes
            password: "{{ local_pass }}"
            runonce:
            - 

But i also see you don't have   delegate_to: localhost

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5cef026b-f747-416a-b6fe-3a9d4d6c8170%40googlegroups.com.

Reply via email to