Skip to content

Instantly share code, notes, and snippets.

@retr0h
Created January 26, 2017 05:18
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/47eb3857f3fafebad51df1f66ebb7a2f to your computer and use it in GitHub Desktop.
Save retr0h/47eb3857f3fafebad51df1f66ebb7a2f to your computer and use it in GitHub Desktop.
[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
@retr0h
Copy link
Author

retr0h commented Jan 26, 2017

[jodewey:~/git/molecule_2/test/scenarios/driver/vagrant] 720+ 2 ± molecule list
| Instance              | Driver   | Provisioner   | Scenario   | Last Action   |
|-----------------------+----------+---------------+------------+---------------|
| instance-1-default    | Vagrant  | Ansible       | default    | Created       |
| instance-1-multi-node | Vagrant  | Ansible       | multi-node | Created       |
| instance-2-multi-node | Vagrant  | Ansible       | multi-node | Created       |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment