Added static host entry
This commit is contained in:
parent
8e1384b5f7
commit
9a757c81ed
0
.ansible/.lock
Normal file
0
.ansible/.lock
Normal file
@ -5,6 +5,8 @@
|
|||||||
::1 localhost ip6-localhost ip6-loopback
|
::1 localhost ip6-localhost ip6-loopback
|
||||||
ff02::1 ip6-allnodes
|
ff02::1 ip6-allnodes
|
||||||
ff02::2 ip6-allrouters
|
ff02::2 ip6-allrouters
|
||||||
|
103.51.69.51 scratchy.2000cn.com.au scratchy
|
||||||
|
2402:1180:0:2::51 scratchy.2000cn.com.au scratchy
|
||||||
|
|
||||||
{% for myip in results['json']['results'] if myip.dns_name != "" %}
|
{% for myip in results['json']['results'] if myip.dns_name != "" %}
|
||||||
{{ myip.address | ansible.utils.ipaddr('address') }} {{ myip.dns_name }} {{ myip.dns_name | split('.') | first }}
|
{{ myip.address | ansible.utils.ipaddr('address') }} {{ myip.dns_name }} {{ myip.dns_name | split('.') | first }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user