Instead of printing all the informations, we print only IP address of the first instance whose name is "MyOwnPersonalInstance".
It's usually all we need.
$vi get_compute_ip.yml
- name: Get and print instance IP
hosts: localhost
gather_facts: False
tasks:
- name: Get VM infos...