Ansible is a great tool for automation and configuration management. Maybe you heard already about Chef and Puppet. Ansible is in the same field, but with a much simpler approach. The big advantage of Ansible is that you don’t need a central master server for it and you don’t need to install an “Ansible” clientContinue reading “Setting up a Server for Ansible”
Category Archives: DevOps
vagrant push => “error starting upload: upload: resource not found”
I’m just playing around with Vagrant and as soon I tried: I got this error message: Luckily there is already a ticket to that on GitHub. And the workaround is this export: After executing the export above the command worked for me.