tcosta84 / ansible-centos-django-stack

An Ansible Playbook for quickly getting a Django Web App up and running on CentOS.
http://thiagocostapy.com
7 stars 4 forks source link

Error: The requested URL returned error: 404 Not Found #2

Open esbap opened 6 years ago

esbap commented 6 years ago

A caixa na url não estava mais disponivel, substituí por: config.vm.box = "nrel/CentOS-6.5-x86_64"

 esbaptista  ~  works  git clone https://github.com/tcosta84/ansible-centos-django-stack.git Cloning into 'ansible-centos-django-stack'... remote: Counting objects: 133, done. remote: Total 133 (delta 0), reused 0 (delta 0), pack-reused 133 Receiving objects: 100% (133/133), 32.09 KiB | 0 bytes/s, done. Resolving deltas: 100% (36/36), done. Checking connectivity... done.  esbaptista  ~  works  cd ansible-centos-django-stack/

 esbaptista  ~  works  ansible-centos-django-stack  ll total 44 drwxrwxr-x 35 esbaptista esbaptista 4096 Nov 8 13:55 .. -rw-rw-r-- 1 esbaptista esbaptista 624 Nov 8 13:55 Vagrantfile -rw-rw-r-- 1 esbaptista esbaptista 368 Nov 8 13:55 site.yml drwxrwxr-x 10 esbaptista esbaptista 4096 Nov 8 13:55 roles -rw-rw-r-- 1 esbaptista esbaptista 3567 Nov 8 13:55 README.md drwxrwxr-x 2 esbaptista esbaptista 4096 Nov 8 13:55 hosts drwxrwxr-x 2 esbaptista esbaptista 4096 Nov 8 13:55 group_vars -rw-rw-r-- 1 esbaptista esbaptista 9 Nov 8 13:55 .gitignore drwxrwxr-x 8 esbaptista esbaptista 4096 Nov 8 13:55 .git -rw-rw-r-- 1 esbaptista esbaptista 37 Nov 8 13:55 ansible.cfg drwxrwxr-x 6 esbaptista esbaptista 4096 Nov 8 13:55 .  esbaptista  ~  works  ansible-centos-django-stack  vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'chef/centos-6.5' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 The box 'chef/centos-6.5' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Vagrant Cloud, please verify you're logged in via vagrant login. Also, please double-check the name. The expanded URL and error message are shown below:

URL: ["https://vagrantcloud.com/chef/centos-6.5"] Error: The requested URL returned error: 404 Not Found  esbaptista  ~  works  ansible-centos-django-stack 