Output nova_result so we can figure out the ip for the new transient instance
This commit is contained in:
parent
69cae3c7aa
commit
7396c06565
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue