Skip to content

Commit

Permalink
Update vm-create-multiple.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbales79 authored Nov 25, 2020
1 parent 356fbc3 commit 1bfb42e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vm-create-multiple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@
memory_mb: "{{ memory | default(8196) }}"
num_cpus: "{{ cpus default(2) }}"
scsi: paravirtual
customization:
dns_servers:
- '{{ guest_dns_server }}'
domain : '{{ guest_domain_name }}'
hostname: '{{ inventory_hostname }}'
linked_clone: "{{ linked_clone }}"
snapshot_src: "{{ snapshot_name }}"
state: poweredon
wait_for_ip_address: True
with_items: "{{ servers }}"
delegate_to: localhost

0 comments on commit 1bfb42e

Please sign in to comment.