Skip to content

Instantly share code, notes, and snippets.

@retr0h
Last active December 16, 2016 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retr0h/686c5b3e0bf870679abf9809205ac017 to your computer and use it in GitHub Desktop.
Save retr0h/686c5b3e0bf870679abf9809205ac017 to your computer and use it in GitHub Desktop.
[jodewey:~/git/molecule_2/test/scenarios/docker] [molecule2-env-2.7.12] v2(+95/-177)+ 1 ± molecule create
--> Scenario: [default]
--> Executing playbook '/Users/jodewey/git/molecule_2/test/scenarios/docker/molecule/default/create.yml'...
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [Boostrap molecule container(s)] ******************************************
changed: [localhost] => (item={'driver_options': {'image': 'centos7:latest'}, 'name': 'container-1'})
changed: [localhost] => (item={'driver_options': {'image': u'centos7:latest'}, 'name': u'container-2'})
PLAY RECAP *********************************************************************
localhost : ok=2 changed=1 unreachable=0 failed=0
--> Executing playbook '/Users/jodewey/git/molecule_2/test/scenarios/docker/molecule/default/destroy.yml'...
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [Cleanup molecule container(s)] *******************************************
changed: [localhost] => (item={'driver_options': {'image': 'centos7:latest'}, 'name': 'container-1'})
changed: [localhost] => (item={'driver_options': {'image': u'centos7:latest'}, 'name': u'container-2'})
PLAY RECAP *********************************************************************
localhost : ok=2 changed=1 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment