Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

5 AWS reviews

External reviews

362 reviews
from and

External reviews are not included in the AWS star rating for the product.


    Security and Investigations

This is the best tool for writing scripts for execution on multiple machines

  • February 06, 2020
  • Review provided by G2

What do you like best about the product?
Especially this ansible scripts can be executed on multiple machines at a time , like same activity we can perform no of machines that's very useful and time reducing thing.
It would be compatible for all my regular cloud operations and daily administration and testing activities.mostly i like built in features with less code I can use. and it will be supported on maximum OS's covered i.e like windows and mac and linux. This is user friendly easy to understand code.
also it is open source tool is the big advantage for users.
What do you dislike about the product?
Play book script should be OS specific and we need to port if we execute on different OS types, Initial code for operation we need to write more but some of the code can be re-usable for other operations with some changes. As prospective of error handling and debugging also big challenge just ansible uses generic error messages with line number and syntax error message.
What problems is the product solving and how is that benefiting you?
Initially we need to perform operations manually but after started this Red Hat Ansible Automation we just used to one system we are triggering and monitoring in same system and also checking errors same system. Integrity of testing and development has bridged this software.
Now test environments setup and dependent softwares configuring in multiple machines web applications related thing and both physical and virtual environment has been managed using this tool. We can use this in networking and virtualization and cloud, storage domains.
Recommendations to others considering the product:
Services & product functionality and performance, Strong customer focus,no of operations to common for all platforms to be improved.


    Consumer Services

It is an user friendly yet powerful effective among the other tools

  • February 06, 2020
  • Review provided by G2

What do you like best about the product?
It is easy learn, very user friendly and to run and debug. It has no dependency, powerful to scale application.
What do you dislike about the product?
You have control over the target host for the duration of the playbook and that’s it, you can’t have long-running tasks.
What problems is the product solving and how is that benefiting you?
I am performing repeated command on multiple VMs/machines, Ansible making life easy for me to do and control it from single machine. Not only that but it helping to downgrade/upgrade rpm on multiple VMs.
Recommendations to others considering the product:
Cool platform to automate things easily yet very powerful. It very easy to learn and use for beginner or with no prier knowledge. It dose not depended on other module. Most useful things about it is that you can deploy your own module as per requirement. It also provides security for authentication. According to me it is the best tool among available in the market must go for it.


    Shreyas B.

The best tool for automated configuration management

  • February 06, 2020
  • Review provided by G2

What do you like best about the product?
Ansible is extremely easy to use.
You just need to write few lines of code and it works. Using SSH, Ansible can send commands to 500 servers in a go.
It reduces lot of errors which in case of manual configuration would have introduced easily.
We need to simply run playbooks natively via SSH installed on the hosts machines.
What do you dislike about the product?
Nothing much except that YAML syntax is somewhat complex, Although YAML is now a go to format for sharing data, JSON support would have been an added advantage.
Also it has a limitation as compared to Terraform of unable to dynamically changing host files.
What problems is the product solving and how is that benefiting you?
We have been using Ansible to configure huge set of networking devices in a go. With SDN evolving immensely, lot of networking devices now has a need to be configured remotely and at one go.
Using Ansible we have configured 100's of switches, firewalls, gateways and without much hassle.
Life of an administrator/engineer has changed a lot. Very few mistakes and increased productivity
Recommendations to others considering the product:
It is the best automation tool. Depending on your use-case there are multiple options available in market, but Ansible is preferred tool for most of the use-cases.
It has increased the productivity of lot of engineers to a greater extend.


    Nitish S.

Worthwhile tool for configuring any environment without installing any agent on the endpoint

  • February 06, 2020
  • Review provided by G2

What do you like best about the product?
Generally its very difficult to manage large groups of servers but Redhat Ansible makes it very easy to configure them. With idempotent operations its better than all its competitors. Its integration with most of the scripting languages make it a dynamic tool to implemen CI/CD tasks.
What do you dislike about the product?
Logging is not so apt. Error message doesn't give clear reason for root cause of the issue.
What problems is the product solving and how is that benefiting you?
Helped in configuring on-premise, virtual machines as well as cloud nodes. Found an edge for deploying instances, configuring them and performing networking configurations. We used it mainly for server/cluster creations and tear-down.
Recommendations to others considering the product:
Runs over SSH so its really very easy to perform any operation on the remote machines. This is a good to go product for configuring production grade environments.


    Computer Software

Make configuration management not bash

  • October 29, 2019
  • Review provided by G2

What do you like best about the product?
Ansible is a part of IaC (Infrastructure as Code). IaC is a modern approach and I believe that infrastructure is code. It means that we should use the same philosophy for infrastructure as for software development. If we are talking that infrastructure is code, then we should reuse practices from development for infrastructure. Ansible allows us to implement this approaches, i.e. S.O.L.I.D. for ansible, pair devopsing and IaC Testing Pyramid.

However, there are some some basic benefits:
* Efficient : Agentless.
* Simple : Declarative language.
* Secure : SSH / WinRM transport.
* Powerful & Flexible : Modules.
* Mature : Supported by Red Hat.
What do you dislike about the product?
Sometimes people follow imperative approach instead of declarative during developing Ansible playbooks. As a result they don't have idempotent playbooks. It's extremely hard to maintain that kind of roles. Also in the vast majority of cases people forget to implement testing procedure for ansible code.
What problems is the product solving and how is that benefiting you?
There are some use cases:
* Configure VMs.
* Create new VMs.
* Create VM template as a Packer provisioner.
* Install your application.
* Create docker images.
* Install your aplication to k8s/openshift.


    Computer Software

Useful IT configuration software

  • October 08, 2019
  • Review provided by G2

What do you like best about the product?
Makes applications and systems easier to deploy. It also uses a very simple boilerplate for this implementation that is easy to scale and upgrade with little Ansible knowledge. Uses its own yaml language which has little to no learning curve. Helpful and attractive output logging. Also supported by RedHat!
What do you dislike about the product?
Probably not as much documentation on it as one would prefer.
What problems is the product solving and how is that benefiting you?
Some of the terminology can be a bit confusing and no built-in GUI. Benefits include easy to pick up and learn, very little learning curve. Very useful and easy to scale and do a multitude of different tasks with.


    Computer Software

Relatively small learning curve, incredibly powerful at the amazing price of free

  • August 01, 2019
  • Review provided by G2

What do you like best about the product?
Ansible makes managing a large number of network devices incredibly easy and fast. Using ansible I've been able to make changes to our network infrastructure at a pace that no one else at our company has been able to previously. I've modified and endured consistent configuration across 11 datacenters and 7000+ network devices in a single day.
What do you dislike about the product?
The hardest thing to get past is the change in mindset and getting people onboard. You will have we to stop thinking about what the infrastructure currently looks like and start thinking about what do you want it to look like.
What problems is the product solving and how is that benefiting you?
It has acted as a force multiplier and fundamentally changed the way we administer our fleet of network devices. It's allowed us to execute massive changes very quickly and repeatedly without human error and helped us ensure that our configuration is consistent across multiple environments which helps us deliver reliable infrastructure that can meet our clients demanding SLAs.
Recommendations to others considering the product:
If you need an agentless configuration management tool for network devices this is pretty much the only player in that market, but if you're looking for configuration management on the server side there are a few options each with their own advantages & disadvantages


    Information Technology and Services

Sensible review

  • July 30, 2019
  • Review provided by G2

What do you like best about the product?
Doing same process on different machines at the same time is the best thing of ansible. As we are moving with new technology as per the market , this tool is so useful when it comes to the automation part. Lot of articles are present over internet to learn ansible only if you have hands on Unix environment then learning will be so easy for any one.
What do you dislike about the product?
To get hands on over ansible tool , first we have to complete the pre requisites Luke learning YAML language to create a inventory file. Ansible can't work on the older versions of linux as still many organisation does have their application on legacy environment.
What problems is the product solving and how is that benefiting you?
I have automated the weblogic patching and deployment over different machines at the same time over one click onto weblogic tool.


    Jeremy T.

Ansible tower has been key to our configuration management automation

  • June 13, 2019
  • Review provided by G2

What do you like best about the product?
The ease of use and integration to other 3rd party tools is seamless.
What do you dislike about the product?
The licensing is more expensive vs. other configuration platforms.
What problems is the product solving and how is that benefiting you?
We use Ansible Tower to automate normal L1 troubleshooting responses dealing with customer outages and reported issues


    Stephanie M.

Easy and amazing

  • June 13, 2019
  • Review provided by G2

What do you like best about the product?
I enjoy the adaptability, with proper code organization you can automate any process you want at any difficulty. The ease to set up Ansible, being an agent-less tool. You can get started without installing any software on the target machine where you would like to run your automation. Ansible is an amazing tool who allows to automating SysAdmin tasks like a big performance of the same events or managing updates.
What do you dislike about the product?
Support for windows settings are restrained, it is still better than previous versions but there is still a lot of work to do.
What problems is the product solving and how is that benefiting you?
Ansible has allowed me to implement very complex automation in a clean, reusable manner.