Output nova_result so we can figure out the ip for the new transient instance

This commit is contained in:
Kevin Fenzi 2015-05-13 22:14:12 +00:00
parent 69cae3c7aa
commit 7396c06565

View file

@ -20,6 +20,8 @@
user_data: "#cloud-config\ndisable_root: 0"
register: nova_result
- debug: var=nova_result
- name: add it to the special group
local_action: add_host hostname="{{ public_ip }}" groupname=tmp_just_created