See if we can make this a little prettier
This commit is contained in:
parent
7bc4f4523e
commit
c51ee8c6dc
1 changed files with 8 additions and 1 deletions
|
@ -24,7 +24,14 @@
|
|||
local_action: add_host hostname="{{ nova_result.public_ip }}" groupname=tmp_just_created
|
||||
|
||||
- name: mail off about where it is
|
||||
local_action: mail to=sysadmin-main-members@fedoraproject.org from=ansible-create@fedoraproject.org subject="{{ nova_result.public_ip }}" msg="transient cloud instance created on {{ nova_result.public_ip }}\n name = {{ name }}\nroot_uath_users = {{ root_auth_users }}\nimage = {{ image }}"
|
||||
local_action: mail
|
||||
to=sysadmin-main-members@fedoraproject.org
|
||||
from=ansible-create@fedoraproject.org
|
||||
subject="{{ nova_result.public_ip }}"
|
||||
body="transient cloud instance created on {{ nova_result.public_ip }}
|
||||
name = {{ name }}
|
||||
root_uath_users = {{ root_auth_users }}
|
||||
image = {{ image }}"
|
||||
|
||||
- name: wait for he host to be hot
|
||||
local_action: wait_for host={{ nova_result.public_ip }} port=22 delay=1 timeout=600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue