[centos@centos7 ~]# ansible-playbook createinstance.yml
PLAY [launch a compute instance] ***********************************************
TASK [setup] *******************************************************************
Friday 31 March 2017 10:44:31 +0000 (0:00:00.045) 0:00:00.045 **********
ok: [localhost]
TASK [launch an instance] ******************************************************
Friday 31 March 2017 10:44:33 +0000 (0:00:01.498) 0:00:01.543 **********
changed: [localhost]
PLAY RECAP *********************************************************************
localhost : ok=2 changed=1 unreachable=0 failed=0
Friday 31 March 2017 10:45:19 +0000 (0:00:46.442) 0:00:47.986 **********
===============================================================================
launch an instance ----------------------------------------------------- 46.44s
setup ------------------------------------------------------------------- 1.50s
Playbook run took 0 days, 0 hours, 0 minutes, 47 seconds