I have data in hiera like below,
nodes:
- hostname: lb01.example.com
ipaddress: 192.168.22.21
- hostname: lb02.example.com
ipaddress: 192.168.22.28
Is it possible to get the IP Address of node lb01.example.com through hiera command line?
↧