vms:
- vm_name: testvm1 # name of the vm
vm_vmid: 201 # vm id
vm_ipconfig0: 'ip=192.168.1.25/24,gw=192.168.178.1' # set ip of vm and give gateway
vm_state: 'present' #only can be set here in list not in static area
- vm_name: testvm2
vm_vmid: 202
vm_ipconfig0: "ip=dhcp"
vm_state: 'present'
Но при выполнении msg: '''vms'' is undefined' Подскажите, как правильно написать?
Может, код покажете?
- name: download cloud image get_url: url: "{{ item.source_url | default(source_url) }}" dest: "{{ item.dest_path | default(dest_path) }}" with_items: "{{ vms }}"
Set_fact: Vms: vms[]
Подскажите, где именно это добавить?
Это в роли такое?
Обсуждают сегодня