maybe this will make qa02 easier?
This commit is contained in:
parent
00ab5cce90
commit
cc16f56e4f
4 changed files with 28 additions and 29 deletions
|
@ -14,6 +14,8 @@ define host {
|
|||
{% endif %}
|
||||
{% if hostvars[host].eth0_ip is defined %}
|
||||
address {{ hostvars[host].eth0_ip }}
|
||||
{% elif hostvars[host].em3_ip is defined %}
|
||||
address {{ hostvars[host].em3_ip }}
|
||||
{% elif hostvars[host].ansible_default_ipv4 is defined %}
|
||||
{% if hostvars[host].ansible_default_ipv4.address is defined %}
|
||||
address {{ hostvars[host].ansible_default_ipv4.address }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue