I am using dynamic inventory with the ec2.py and ec2.ini and it is working great, except that the output of:
ansible all -m ping
shows:
52.5.102.121 | success >> {
“changed”: false,
“ping”: “pong”
}
54.5.16.113 | success >> {
“changed”: false,
“ping”: “pong”
}
54.5.47.18 | success >> {
“changed”: false,
“ping”: “pong”
}
52.5.122.122 | success >> {
“changed”: false,
“ping”: “pong”
}
52.5.40.121 | success >> {
“changed”: false,
“ping”: “pong”
}
52.5.106.125 | success >> {
“changed”: false,
“ping”: “pong”
}
Showing the ip address is not very useful. I’d rather show the Tag:Name with ip address instead. Is this possible?