We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0812e0a commit fa5e9beCopy full SHA for fa5e9be
playbooks/conn-matrix.yml
@@ -8,7 +8,7 @@
8
ansible.builtin.command: ssh-keygen -t rsa -b 4096 -N "" -f $HOME/.ssh/conn-matrix -q
9
args:
10
creates: "{{ ansible_env.HOME }}/.ssh/conn-matrix"
11
-
+
12
- name: Read public key
13
ansible.builtin.slurp:
14
src: "{{ ansible_env.HOME }}/.ssh/conn-matrix.pub"
@@ -59,7 +59,7 @@
59
loop: "{{ host_ids_and_names.stdout_lines }}"
60
61
- name: Get VM host to VM IP mapping
62
- shell: onevm list -l HOST,IP --csv --no-header
+ shell: onevm list -f NAME~conn-mtx-vm-on-host -l HOST,IP --csv --no-header
63
register: vm_host_ip_lines
64
changed_when: false
65
0 commit comments