Correcting setup_nodes URL IP address
This commit is contained in:
parent
5a591d9699
commit
92c879845f
@ -12,7 +12,7 @@
|
|||||||
deploy_kernel: "{{ deploy_kernel }}"
|
deploy_kernel: "{{ deploy_kernel }}"
|
||||||
deploy_ramdisk: "{{ deploy_ramdisk }}"
|
deploy_ramdisk: "{{ deploy_ramdisk }}"
|
||||||
instance_info:
|
instance_info:
|
||||||
image_source: "http://this.host:8080/{{deploy_image_filename}}"
|
image_source: "http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:8080/{{deploy_image_filename}}"
|
||||||
image_checksum: "{{ test_deploy_image.md5 }}"
|
image_checksum: "{{ test_deploy_image.md5 }}"
|
||||||
image_disk_format:
|
image_disk_format:
|
||||||
uuid: "{{item.split(',')[9]}}"
|
uuid: "{{item.split(',')[9]}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user