metrics: added missing eth0_ip hostvar for ocp01-03.stg hosts
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
390d31a6ab
commit
dca78ecd5e
3 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@ has_ipv4: yes
|
|||
eth0_ipv4: 10.3.166.115
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ip: "{{eth0_ipv4}}"
|
||||
|
||||
mac0: "{{ ansible_default_ipv4.macaddress }}"
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ has_ipv4: yes
|
|||
eth0_ipv4: 10.3.166.116
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ip: "{{eth0_ipv4}}"
|
||||
|
||||
mac0: "{{ ansible_default_ipv4.macaddress }}"
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ has_ipv4: yes
|
|||
eth0_ipv4: 10.3.166.117
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ip: "{{eth0_ipv4}}"
|
||||
|
||||
mac0: "{{ ansible_default_ipv4.macaddress }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue