I am providing the ipaddress
of the machine within my kitchen.yml
:
- name: node_abc
driver:
network:
- ['private_network', {ip: '193.169.33.84'}]
When I try to retrieve the value of ipaddress
using
ohai node[ipaddres]
I get 10.0.2.15
instead of 193.169.33.84
.
How can i get 193.169.33.84
?