2016-09-09 76 views

回答

2

我知道這樣說:

- hosts: localhost 
    vars: 
    eth_to_use: en0 
    tasks: 
    - debug: msg="{{hostvars[inventory_hostname]['ansible_'+eth_to_use].ipv4[0].address}}" 
+0

不錯,如果通過IPv4的 –

+0

@NelsonG'ipv4' [0]取代IPv4作品這裏是一個列表,所以你不能只調用'ipv4.address' –

相關問題