Created
November 14, 2013 18:57
-
-
Save stevenhaddox/7472356 to your computer and use it in GitHub Desktop.
Vagrant expected output for initial SUPPORT VM provisioning configuration
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
$ vagrant provision | |
[default] Running provisioner: ansible... | |
PLAY [all] ******************************************************************** | |
GATHERING FACTS *************************************************************** | |
<33.33.33.10> REMOTE_MODULE setup | |
failed: [33.33.33.10] => {"failed": true, "parsed": false} | |
invalid output was: Traceback (most recent call last): | |
File "/tmp/ansible-1384455237.04-1936301366699/setup", line 98, in ? | |
import simplejson as json | |
ImportError: No module named simplejson | |
TASK: [Determine username] **************************************************** | |
FATAL: no hosts matched or all hosts have already failed -- aborting | |
PLAY RECAP ******************************************************************** | |
to retry, use: --limit @/Users/steven/site.retry | |
33.33.33.10 : ok=0 changed=0 unreachable=0 failed=1 | |
ERROR warden: Error occurred: Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. | |
ERROR warden: Error occurred: Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. | |
ERROR warden: Error occurred: Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. | |
ERROR vagrant: Vagrant experienced an error! Details: | |
ERROR vagrant: #<Vagrant::Errors::AnsibleFailed: Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again.> | |
ERROR vagrant: Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. | |
ERROR vagrant: /Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/plugins/provisioners/ansible/provisioner.rb:60:in `provision' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/builtin/provision.rb:74:in `run_provisioner' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/builtin/provision.rb:62:in `block in call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/builtin/provision.rb:58:in `each' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/builtin/provision.rb:58:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/warden.rb:34:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/warden.rb:34:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:61:in `block in run' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/util/busy.rb:19:in `busy' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:61:in `run' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/builtin/call.rb:51:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/warden.rb:34:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:61:in `block in run' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/util/busy.rb:19:in `busy' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:61:in `run' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/builtin/call.rb:51:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/warden.rb:34:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/builtin/config_validate.rb:25:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/warden.rb:34:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/warden.rb:34:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/builder.rb:116:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:61:in `block in run' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/util/busy.rb:19:in `busy' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:61:in `run' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/machine.rb:147:in `action' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/plugins/commands/provision/command.rb:26:in `block in execute' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/plugin/v2/command.rb:185:in `block in with_target_vms' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/plugin/v2/command.rb:183:in `each' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/plugin/v2/command.rb:183:in `with_target_vms' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/plugins/commands/provision/command.rb:25:in `execute' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/cli.rb:38:in `execute' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/environment.rb:478:in `cli' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/bin/vagrant:96:in `<top (required)>' | |
/Applications/Vagrant/bin/../embedded/gems/bin/vagrant:23:in `load' | |
/Applications/Vagrant/bin/../embedded/gems/bin/vagrant:23:in `<main>' | |
Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. | |
$ ansible-playbook provisioning/init.yml -i provisioning/hosts/vagrant --user=vagrant --sudo | |
PLAY [all] ******************************************************************** | |
TASK: [Bootstrap a legacy python 2.4 host] ************************************ | |
ok: [33.33.33.10] | |
PLAY RECAP ******************************************************************** | |
33.33.33.10 : ok=1 changed=0 unreachable=0 failed=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment