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?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/67b99b0a-c70b-48a2-8296-040e2ce96e33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to