Last active
August 29, 2015 14:24
-
-
Save fcuny/e3df9a2424e4a4a12f60 to your computer and use it in GitHub Desktop.
This file contains 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
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Importing base box 'precise64'... | |
[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] Booting VM... | |
[default] Waiting for machine to boot. This may take a few minutes... | |
[default] Machine booted and ready! | |
[default] Mounting shared folders... | |
[default] -- /vagrant | |
[default] Running provisioner: ansible... | |
PLAY [all] ******************************************************************** | |
GATHERING FACTS *************************************************************** | |
The authenticity of host '[127.0.0.1]:2222 ([127.0.0.1]:2222)' can't be established. | |
RSA key fingerprint is 50:db:75:ba:11:2f:43:c9:ab:14:40:6d:7f:a1:ee:e3. | |
Are you sure you want to continue connecting (yes/no)? yes | |
ok: [default] | |
TASK: [Install htop] ********************************************************** | |
changed: [default] | |
PLAY RECAP ******************************************************************** | |
default : 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