HashiCorp Vagrant vs. Red Hat Ansible Automation Platform

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
HashiCorp Vagrant
Score 10.0 out of 10
N/A
Vagrant is a tool designed to create and configure lightweight, reproducible, and portable development environments. It leverages a declarative configuration file which describes all software requirements, packages, operating system configuration, and users.N/A
Ansible
Score 9.2 out of 10
N/A
The Red Hat Ansible Automation Platform (acquired by Red Hat in 2015) is a foundation for building and operating automation across an organization. The platform includes tools needed to implement enterprise-wide automation, and can automate resource provisioning, and IT environments and configuration of systems and devices. It can be used in a CI/CD process to provision the target environment and to then deploy the application on it.
$5,000
per year
Pricing
HashiCorp VagrantRed Hat Ansible Automation Platform
Editions & Modules
No answers on this topic
Basic Tower
5,000
per year
Enterprise Tower
10,000
per year
Premium Tower
14,000
per year
Offerings
Pricing Offerings
HashiCorp VagrantAnsible
Free Trial
NoNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Community Pulse
HashiCorp VagrantRed Hat Ansible Automation Platform
Considered Both Products
HashiCorp Vagrant
Chose HashiCorp Vagrant
By default Vagrant uses VirtualBox but compared to using VirtualBox directly, I've found using Vagrant makes things easier. For one, you can commit your Vagrant configuration to GitHub and manage changes that way. I'm not sure how you'd handle updated virtual machines to all …
Ansible
Chose Red Hat Ansible Automation Platform
SaltStack's syntax and configuration felt a little too much like "black magic" for reliability. Several third-party packages were referenced by name only and either hid or obfuscated how they installed their dependencies (or were targeting only one distribution of Linux and …
Top Pros
Top Cons
Features
HashiCorp VagrantRed Hat Ansible Automation Platform
Configuration Management
Comparison of Configuration Management features of Product A and Product B
HashiCorp Vagrant
-
Ratings
Red Hat Ansible Automation Platform
8.6
44 Ratings
7% above category average
Infrastructure Automation00 Ratings9.244 Ratings
Automated Provisioning00 Ratings8.841 Ratings
Parallel Execution00 Ratings8.840 Ratings
Node Management00 Ratings8.432 Ratings
Reporting & Logging00 Ratings7.841 Ratings
Version Control00 Ratings8.738 Ratings
Best Alternatives
HashiCorp VagrantRed Hat Ansible Automation Platform
Small Businesses
HashiCorp Terraform
HashiCorp Terraform
Score 8.5 out of 10
HashiCorp Terraform
HashiCorp Terraform
Score 8.5 out of 10
Medium-sized Companies
Ansible
Ansible
Score 9.2 out of 10
HashiCorp Terraform
HashiCorp Terraform
Score 8.5 out of 10
Enterprises
Ansible
Ansible
Score 9.2 out of 10
HashiCorp Terraform
HashiCorp Terraform
Score 8.5 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
HashiCorp VagrantRed Hat Ansible Automation Platform
Likelihood to Recommend
8.0
(14 ratings)
9.5
(108 ratings)
Likelihood to Renew
9.0
(1 ratings)
8.1
(3 ratings)
Usability
5.5
(1 ratings)
7.3
(1 ratings)
Performance
-
(0 ratings)
8.7
(5 ratings)
Support Rating
-
(0 ratings)
7.3
(3 ratings)
Implementation Rating
-
(0 ratings)
8.2
(1 ratings)
Ease of integration
-
(0 ratings)
8.6
(5 ratings)
User Testimonials
HashiCorp VagrantRed Hat Ansible Automation Platform
Likelihood to Recommend
HashiCorp
I would recommend this tool to a colleague looking to create a repeatably deployable local dev environment based on their staging and production environments. I would recommend this mostly for individuals or teams requiring environments with server-side software such as php, et al. There are likely less processor-heavy and smaller tools for simpler projects.
Read full review
Red Hat
It has helped save us so much time, as it was designed to automate mundane and repetitive tasks that we were using other tools to perform and that required so much manual intervention. It does not work very well within Windows environments, understandably, but I would love to see more integration. I want it to be sexy and attractive to more than just geeky sysadmins.
Read full review
Pros
HashiCorp
  • Vagrant is decentralized so anyone can make a container package to get a project started. you aren't limited to wordpress, or even one style of wordpress install (you can make a sage.io wordpress environment).
  • Vagrant easily lets you set ports and URLs for local development.
  • I have yet to have a problem with Vagrant, as opposed to MAMP and DesktopServer, which both gave me SQL or other issues.
Read full review
Red Hat
  • Debugging is easy, as it tells you exactly within your job where the job failed, even when jumping around several playbooks.
  • Ansible seems to integrate with everything, and the community is big enough that if you are unsure how to approach converting a process into a playbook, you can usually find something similar to what you are trying to do.
  • Security in AAP seems to be pretty straightforward. Easy to organize and identify who has what permissions or can only see the content based on the organization they belong to.
Read full review
Cons
HashiCorp
  • Because Vagrant is a low-level tool with many ways to configure it, there is a steep learning curve. You don't just have to learn (or install) Vagrant, but also Virtualbox, Ansible and possibly some Vagrant plugins to keep boxes up to date.
  • Support on Windows doesn't seem great. I'm a Mac guy, so it's been very difficult getting things to work as expected when a developer wants to work on Windows.
  • Perhaps I didn't configure it correctly, but the default shared folders are not the best for performance. There are also frequently weird issues regarding file permissions.
Read full review
Red Hat
  • YAML is hard for many to adopt. Moving to a system that is not as white space sensitive would likely increase uptake.
  • AAP and EDA should be more closely aligned. There are differences that can trip users of the integration up. An example would be the way that variables are used.
  • Event-driven Ansible output is not as informative as AAP.
Read full review
Likelihood to Renew
HashiCorp
Vagrant is fast, versatile and does exactly what we need it to do: spin up virtual servers for local development fast and without trouble.
Read full review
Red Hat
Even is if it's a great tool, we are looking to renew our licence for our production servers only. The product is very expensive to use, so we might look for a cheaper solution for our non-production servers. One of the solution we are looking, is AWX, free, and similar to AAP. This is be perfect for our non-production servers.
Read full review
Usability
HashiCorp
A GUI would be nice for entry level users.
Read full review
Red Hat
the yaml is easy to write and most people can be taught to write basic playbooks in a few weeks
Read full review
Performance
HashiCorp
No answers on this topic
Red Hat
Great in almost every way compared to any other configuration management software. The only thing I wish for is python3 support. Other than that, YAML is much improved compared to the Ruby of Chef. The agentless nature is incredibly convenient for managing systems quickly, and if a member of your term has no terminal experience whatsoever they can still use the UI.
Read full review
Support Rating
HashiCorp
No answers on this topic
Red Hat
There is a lot of good documentation that Ansible and Red Hat provide which should help get someone started with making Ansible useful. But once you get to more complicated scenarios, you will benefit from learning from others. I have not used Red Hat support for work with Ansible, but many of the online resources are helpful.
Read full review
Implementation Rating
HashiCorp
No answers on this topic
Red Hat
I spoke on this topic today!
Read full review
Alternatives Considered
HashiCorp
I liked lando better because lando seemed extremely easy to setup compared to other VM's and it seemed faster though that project was simpler. Virtualbox I ran on windows and it has a gui and has often been slow. The vagrant boxes I used did well but had slightly more problems than lando.
Read full review
Red Hat
I haven't thought of any right now other than just doing our own home-brewed shell scripts. Command line scripts. And how does this compare? It's light years ahead, especially with the ability to share credentials without giving the person the actual credentials. You can delegate that within, I guess what used to be called Ansible Tower, which is now the Ansible Automation platform. It lets you share, I can give you the keys without you being able to see the keys. It's great
Read full review
Return on Investment
HashiCorp
  • Vagrant is free - It requires a bit of extra technical knowledge in terms of setup, but since it costs nothing it's an excellent resource
  • It can be time consuming to learn, but once you get a good handle on it you're in good shape.
Read full review
Red Hat
  • Red Hat Ansible Automation Platform offers automation and ML tools that allow me to automate complex IT tasks.
  • Through automation analytics, it is seamless to gain full visibility into automation performance allowing me to make informed decisions.
  • Red Hat Ansible Automation Platform allows me to move rapidly from insights to action.
  • Creating and sharing automation content in one place unify a team in one place hence enhancing real-time collaboration.
Read full review
ScreenShots