root@I-Kod:/home/i-kod/Desktop/ass1# salt '*' network.ip_addrs
{
"I-Kod": [
"10.0.1.215"
]
}
{
"neha-HP-Pavilion-15-Notebook-PC": [
"10.0.0.231"
]
}
{
"Pavilion": [
"10.0.1.214"
]
}
{
"Pavilion": [
"10.0.1.214"
]
}
I used the salt.modules.network for finding the private IP address but I didnt find how to get the public IP address with salt-master from minions.
http://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.network.html
I used this documentation. I require public IP to determine whether salt is correctly working or not.