Created
January 26, 2017 05:18
-
-
Save retr0h/47eb3857f3fafebad51df1f66ebb7a2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jodewey:~/git/molecule_2/test/scenarios/driver/vagrant] 0452ba3(+0/-0)+ REBASING ± molecule create | |
--> Scenario: [default] | |
--> Provisioner: [ansible] | |
--> Playbook: [create.yml] | |
PLAY [localhost] *************************************************************** | |
TASK [setup] ******************************************************************* | |
ok: [localhost] | |
TASK [Create molecule instance(s)] ********************************************* | |
changed: [localhost] => (item={'name': u'instance-1'}) | |
PLAY RECAP ********************************************************************* | |
localhost : ok=2 changed=1 unreachable=0 failed=0 | |
--> Scenario: [multi-node] | |
--> Provisioner: [ansible] | |
--> Playbook: [create.yml] | |
PLAY [localhost] *************************************************************** | |
TASK [setup] ******************************************************************* | |
ok: [localhost] | |
TASK [Create molecule instance(s)] ********************************************* | |
changed: [localhost] => (item={'name': 'instance-1'}) | |
changed: [localhost] => (item={'name': u'instance-2'}) | |
PLAY RECAP ********************************************************************* | |
localhost : ok=2 changed=1 unreachable=0 failed=0 |
Author
retr0h
commented
Jan 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment