|
|
|
@ -17,7 +17,7 @@
|
|
|
|
hostname: "{{ vcenter_hostname }}"
|
|
|
|
hostname: "{{ vcenter_hostname }}"
|
|
|
|
username: "{{ vcenter_username }}"
|
|
|
|
username: "{{ vcenter_username }}"
|
|
|
|
password: "{{ vcenter_password }}"
|
|
|
|
password: "{{ vcenter_password }}"
|
|
|
|
name: "{{ infra.vm_list[0] }}"
|
|
|
|
name: "{{ virtual_machines[0].name }}"
|
|
|
|
keys_send:
|
|
|
|
keys_send:
|
|
|
|
- DOWNARROW
|
|
|
|
- DOWNARROW
|
|
|
|
- DOWNARROW
|
|
|
|
- DOWNARROW
|
|
|
|
@ -35,7 +35,7 @@
|
|
|
|
hostname: "{{ vcenter_hostname }}"
|
|
|
|
hostname: "{{ vcenter_hostname }}"
|
|
|
|
username: "{{ vcenter_username }}"
|
|
|
|
username: "{{ vcenter_username }}"
|
|
|
|
password: "{{ vcenter_password }}"
|
|
|
|
password: "{{ vcenter_password }}"
|
|
|
|
name: "{{ infra.vm_list[0] }}"
|
|
|
|
name: "{{ virtual_machines[0].name }}"
|
|
|
|
string_send: "test-user"
|
|
|
|
string_send: "test-user"
|
|
|
|
register: send_string
|
|
|
|
register: send_string
|
|
|
|
- debug: var=send_string
|
|
|
|
- debug: var=send_string
|
|
|
|
|