metrics: defining gw, nm and dns variables for ocp01-03.stg hosts
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
dca78ecd5e
commit
8065ccfca7
3 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,9 @@ eth0_ipv4: 10.3.166.115
|
|||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ip: "{{eth0_ipv4}}"
|
||||
nm: 255.255.255.0
|
||||
gw: "{{ eth0_ipv4_gw }}"
|
||||
dns: "{{ dns1 }}"
|
||||
|
||||
mac0: "{{ ansible_default_ipv4.macaddress }}"
|
||||
|
||||
|
|
|
@ -21,6 +21,9 @@ eth0_ipv4: 10.3.166.116
|
|||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ip: "{{eth0_ipv4}}"
|
||||
nm: 255.255.255.0
|
||||
gw: "{{ eth0_ipv4_gw }}"
|
||||
dns: "{{ dns1 }}"
|
||||
|
||||
mac0: "{{ ansible_default_ipv4.macaddress }}"
|
||||
|
||||
|
|
|
@ -21,6 +21,9 @@ eth0_ipv4: 10.3.166.117
|
|||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ip: "{{eth0_ipv4}}"
|
||||
nm: 255.255.255.0
|
||||
gw: "{{ eth0_ipv4_gw }}"
|
||||
dns: "{{ dns1 }}"
|
||||
|
||||
mac0: "{{ ansible_default_ipv4.macaddress }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue