BMC TrueSight Network Automation vs Red Hat Ansible Automation Platform comparison

Cancel
You must select at least 2 products to compare!
Microsoft Logo
25,959 views|17,987 comparisons
91% willing to recommend
BMC Logo
505 views|308 comparisons
81% willing to recommend
Red Hat Logo
2,559 views|1,811 comparisons
97% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between BMC TrueSight Network Automation and Red Hat Ansible Automation Platform based on real PeerSpot user reviews.

Find out in this report how the two Network Automation solutions compare in terms of features, pricing, service and support, easy of deployment, and ROI.
To learn more, read our detailed BMC TrueSight Network Automation vs. Red Hat Ansible Automation Platform Report (Updated: March 2024).
767,847 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"The ability to send configurations to our systems is valuable, particularly as we don't have a regular Windows AD server. Our current environment doesn't have a Windows AD, which limits our ability to push GPOs. However, this is where the solution can step in and help us push policies.""The tool's most valuable feature is Autopilot.""This product offers an alternative solution to other UEM (Unified Endpoint Management) solutions.""One of the most valuable aspects of Microsoft Intune is its seamless integration with Azure Active Directory, offering capabilities akin to Group Policy Objects.""In terms of technical support, you will get an immediate response.""We have a BYOD policy, and this solution helps us manage our devices.""Agile and easy to deploy MDM solution that covers the maximum number of policies. Stable, scalable, and with knowledgeable technical support.""Easy to use."

More Microsoft Intune Pros →

"We use it to back up configurations so the configuration management is valuable for us.""It is helpful if you schedule daily or weekly archiving for your config groups. Then, you can go by what are in those configuration groups, before and after, if you make changes. So, configuration management is really helpful in network management.""The backup and restore configurations are really helpful for a number of network devices, as you can automate them, then know what changes have been done, who made the changes, etc. So, it's quite helpful in the network management area.""The network security of BMC TrueSight Network Automation has been the best feature.""The compliance management, patching, and OS upgrades are useful features.""It has the best automation features.""This product has helped us because we can now do many tasks at once. Rather than copy one file to one device, we can do an entire group at one time.""The log audit and historical configurations are the most valuable feature."

More BMC TrueSight Network Automation Pros →

"We can manage all the configuration consistency between all our servers.""Feature-wise, the solution is a good open-source software offering broad support. Also, it's reliable.""There are new modules available, which help to simplify the workflow. That is what we like about it.""Ansible is agentless. So, we don't need to set up any agent into the computer we are interacting with. The only prerequisite is that the host with which we are going to interact must have the Python interpreter installed on it. We can connect to a host and do our configuration by using Ansible.""The most valuable feature of Ansible is repeatability because when you're working at the DoD, you want things to be cookie-cutter and replicable.""The solution can scale.""Ansible provides great reliability when coupled with a versioning system (git). It helps providing predictability to the network by knowing exactly what's being pushed after validating it in production.""It does not require staff for deployment and maintenance. It just works."

More Red Hat Ansible Automation Platform Pros →

Cons
"Microsoft Intune lags market leaders, such as Apperian, in its MAM capabilities.""Microsoft Intune fails a lot when it comes to device compliance.""They can improve their MAM policies a little bit more and make them more granular. They should include more granular group policies. They are there, but they need to be more granular. Its stability should also be improved. It is not very stable. Sometimes, it shows some inconsistencies across tenants.""There needs to be more support for Mac operating systems.""The solution could improve its flexibility.""Intune doesn't provide much control over Windows servers. It's something we struggle with.""Microsoft Intune's support for Mac devices is lacking and could be improved.""They should improve its compatibility with other operating systems such as iOS and Linux. It supports Linux but they still need to work on the iOS part."

More Microsoft Intune Cons →

"I'd like to be able to get more devices into compliance with standards, but that means running additional rule sets and that takes time.""For customized compliance, it takes some effort to implement things. If the device configuration is quite complex, then you have to do quite number of customizations in the DNA tool for out-of-the-box compliance. These regular expressions have to be modified based on the requirements of the compliance.""They need to have a single sign-on.""We've been working with BMC support in various ways such as to allow for the high-availability components to the TSIMs to work together. There have been issues there. We've seen randomness in how other pieces of the software work. Integration with the Presentation Server and the TSIMs has been a challenge. The ports that are required for HA to be utilized were not clearly documented anywhere. In fact, they still aren't documented online anywhere, even though we managed to pull it out of some of their support people.""BMC TrueSight Network Automation can improve by having a better UI. The overall quality of the UI could be better.""It is tedious to scale the solution.""The product should be expanded to include more hardware, beyond Cisco and Juniper devices.""I would like to see more device supported features, mostly on the new brands and models coming in. For any new version or model, it should be supported by the tool, especially the newest versions. For example, the newest devices, like Aruba Wireless, and routers need support from the tool."

More BMC TrueSight Network Automation Cons →

"Networking needs to be improved.""Performance has been an issue on larger environments, but it has gotten a lot better over the past two years.""Ansible is great, but there are not many modules. You can do about 80% to 90% of things by using commands, but more modules should be added. We cannot do some of the things in Ansible. In Red Hat, we have the YUM package manager, and there are certain options that we can pass through YUM. To install the Docker Community Edition, I'll write the yum install docker-ce command, but because the Docker Community Edition is not compatible with RHEL 8, I will have to use the nobest option, such as yum install docker-ce --nobest. The nobest option installs the most stable version that can be installed on a particular system. In Ansible, the nobest option is not there. So, it needs some improvements in terms of options. There should be more options, keywords, and modules.""What I'm trying to figure out, personally, is, when doing mass updates, how I can parallelize that a little bit better. It seems right now - and maybe, it's a shortcoming on my end - that I run through one set of servers, and then another set of servers, ad then another set of servers, but it seems like I could throw a lot of these checks out. Different types of servers, like web servers and DB servers, if I could parallelize that a little bit to make everything run a little bit more efficiently, that would help.""It is a little slow on the network side because every time you call a module, it's initiating an SSH or an API call to a network device, and it just slows things down.""Additional features could be added.""When you set up Playbooks, I may have one version of the Playbook, but another member of the team may have a different vision, and we will not know which version is correct. We want to have one central repository for managing the different versions of Playbooks, so we can have better collaboration among team members. This is our use case for using Git version control.""What I would like to see is a refined Dashboard to see, when I log in: Here are all my jobs, here are how many times they've executed; some kind graphical stitching-together of the workflows and jobs, and how they're connected. Also, those "failed hosts," what does that mean? We have a problem, a failed host can be anything. Is SSH the reason it failed? Is the job template why it failed? It doesn't really distinguish that."

More Red Hat Ansible Automation Platform Cons →

Pricing and Cost Advice
  • "Consider the Microsoft Enterprise Mobility Suite rather than choosing specific sub-components, e.g. only Microsoft Intune."
  • "There is a cost benefit of using Microsoft Intune because of the packaging with other Microsoft products."
  • "Microsoft Intune is a cost effective choice. It is less expensive than other products on the market."
  • "The purchase of the product was handled by someone else."
  • "I have no comment on pricing of the solution."
  • "The product is offered as part of a Microsoft standard bundle. The pricing can be competitive to Airwatch, and Maas360."
  • "For Microsoft 365 E5 clients, cost is not an issue as this product is one of the benefits."
  • "The price of Intune is included with the license for Office 365, so we don't have to pay anything extra for it."
  • More Microsoft Intune Pricing and Cost Advice →

  • "There's a fee for the licenses themselves, per contract, and then we have a yearly licensing fee that's many thousands of dollars. But that's not just for TrueSight, that's also for support for ITSM, Atrium Orchestrator, BBNA, and other BMC tools in the environment."
  • "The solution is worth the price."
  • "The solution is more costly than the other competitors."
  • More BMC TrueSight Network Automation Pricing and Cost Advice →

  • "Like many Red Hat products, they have a no-cost version of the web application (AWX, formerly Ansible Tower), but you are on your own to install and it is a little more complicated than just installing Ansible."
  • "The cost is high, but it still works well."
  • "We went with product because we have a subscription for Red Hat."
  • "Ansible Tower is free. Until they lower the cost, we are holding off on purchasing the product."
  • "Red Hat's open source approach was a factor when choosing Ansible, since the solution is free as of right now."
  • "You don't need to buy agents on servers or deploy expense management when using the solution, which affected our decision to go with it."
  • "The cost is determined by the number of endpoints."
  • "We're charged between $8 to $13 a month per license."
  • More Red Hat Ansible Automation Platform Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Network Automation solutions are best for your needs.
    767,847 professionals have used our research since 2012.
    Questions from the Community
    Top Answer:Microsoft Intune is a great tool for managing a mobile device fleet while keeping access control. The solution makes it… more »
    Top Answer:Microsoft Intune is a great configuration management tool and has a lot of good things going for it. Here are some of… more »
    Top Answer: Microsoft Intune offers not only an easy-to-deploy data protection and productivity management solution, but also… more »
    Top Answer:The compliance management, patching, and OS upgrades are useful features.
    Top Answer:The solution is more costly than the other competitors, like HP automation products. It charges more for the features… more »
    Top Answer:There could be automated processes to retrieve the CVS and create a compliance tool.
    Top Answer:Red Hat Satellite has proven to be a worthwhile investment for me. Both its patch management and license management have… more »
    Top Answer:Microsoft Endpoint Configuration Manager takes knowledge and research to properly configure. The length of time that the… more »
    Top Answer:The most valuable features of the solution are automation and patching.
    Comparisons
    Also Known As
    Intune, MS Intune, Microsoft Endpoint Manager
    BMC TrueSight Automation for Networks, TrueSight Automation for Networks, TrueSight Network Automation, BladeLogic Network Automation
    Ansible
    Learn More
    Overview

    Microsoft Intune is a comprehensive cloud-based service that allows you to remotely manage mobile devices and mobile applications without worrying about the security of your organization’s data. Device and app management can be used on company-owned devices as well as personal devices.

    In an increasingly mobile workforce, Microsoft Intune keeps your sensitive data safe while on the move. Microsoft Intune makes it possible for your team members to work anywhere using their mobile devices. Microsoft Intune provides both the flexibility and the control needed for securing all your data on the cloud, no matter where the device with the data is located.

    Microsoft Intune Device Management Key Features

    With Microsoft Intune Device Management you can:

    • Ensure devices and apps are compliant with your security requirements.
    • Rapidly deploy and authenticate apps on all company devices.
    • Remotely access devices to troubleshoot issues or to remove data from them.
    • Generate reports for all devices in the system.
    • Monitor the way users access and share information to protect company information.
    • Set rules and configure settings on personal and organization-owned devices to access data and networks.
    • Create user groups and device groups, allowing you to rapidly access many users and devices simultaneously.

    Mobile Application Management

    Mobile application management in Intune is designed to protect your organization’s data at the application level.

    With Microsoft Intune Application Management you can:

    • Configure apps to run with specific settings enabled.
    • Update existing apps that are already on the device.
    • See reports on which apps are used and monitor their usage.
    • Selectively wipe organization data from apps.
    • Add mobile apps to user groups and devices.

    As part of Microsoft's Enterprise Mobility + Security (EMS) suite, Intune integrates with Microsoft Entra ID for access control and with Azure Information Protection for data protection. It also integrates with Microsoft 365 Applications.

    Reviews from Real Users

    Microsoft Intune stands out among its competitors for a number of reasons. Two major ones are its ability to secure all devices under its management and the flexibility that the solution offers its users.

    A computing services manager notes, "Its security is most valuable. It gives us a way to secure devices, not only those that are steady. We do have a few tablets and other devices, and it is a way for us to secure these devices and manage them. We know they're out there and what's their status. We can manage their life cycle and verify that they're updated properly."

    The head of IT engineering at a financial services company writes, "The one feature we find most useful is the Mobile Application Manager. There are two types: we have the complete MDM and the Mobile Application Manager (MAM). We don't give our users phones, it is their own personal phone, and we need to allow them to have access to the company details on their phone. We need to create a balance between their own personal data and the company data. We deploy the Mobile Application Manager for them so that we won't be able to interfere with their own personal data."

    Network automation and management software reduces network outages and downtime by automating configuration, change and compliance processes. Organizations depend on high performance across their network to keep the business running at peak efficiency but new security threats make it hard for network administrators to keep pace with the demands for new services and safeguard the health of the network.

    Red Hat Ansible Automation Platform is a powerful network automation solution that allows organizations to handle every aspect of their application launch process within a single product. It enables users to share their automations so that teams within an organization can collaborate on various projects with ease. Ansible Automation Platform is designed to be used by all employees involved in the network automation process.

    Red Hat Ansible Automation Platform Benefits

    Some of the ways that organizations can benefit by choosing to deploy Red Hat Ansible Automation Platform include:


    • Maximum benefit for reduced overhead. Ansible Automation Platform is an all-in-one solution that can enable users to do the jobs of multiple products with one. Users do not need to purchase multiple products to handle their network automation and application development needs. It is equipped with prefabricated content from more than one hundred companies that are partnered with it.


    • Scalable. Ansible Automation Platform is a highly scalable solution. It can easily be scaled up so that automations can be extended across the various devices that make up an organization’s network.


    • Flexibility. Ansible Automation Platform is highly flexible. It enables users to tackle any and all automation-related tasks.


    Red Hat Ansible Automation Platform Features


    • Automation analytics. Ansible Automation Platform comes equipped with an automation analytics feature. This feature enables organizations to measure the effects of their automations and plan how they are going to implement automations moving forward. It makes it easy for administrators to spot anomalies in their automations and resolve them before they can escalate and become major issues.


    • Integration suite. Ansible Automation Platform gives organizations access to a wide variety of integrations that enable them to connect to Ansible’s partners. Now users can augment their capabilities without needing to purchase additional solutions that will enable them to run features that are not normally a part of Ansible’s array of tools. The Ansible environment is built to handle the wide variety of integrations that their partners offer. In order to accomplish this it includes the APIs that users need in order to fully benefit from the integrations. 


    • Centralized interface. Ansible Automation Platform comes with a centralized GUI interface that enables users to manage all of their network automation and application creation activities from a single location. Businesses can guarantee that their operations are going to be handled efficiently and according to a single standard. The management process is greatly simplified. All of the tools that users need are located in one place.


    Reviews from Real Users

    Red Hat Ansible Automation Platform is a highly effective solution that stands out when compared to many of its competitors. Two major advantages it offers are its automation manager and its comprehensive centralized GUI-based management interface.

    MD J., a solution architect at STBL, says, “The automation manager is very good and makes things easier for customers with multi-cloud platforms.”

    Aankit G., a Consultant at Pi DATACENTERS, writes, “We like the GUI-based interface for the tower. Before, we only had a command-line interface to run all the Ansible tasks. Now, the Ansible tower provides the complete GUI functionality to run, manage, and create the templates and the Ansible jobs. This includes the code and YAML file we can create. The GUI interface is the added advantage of this solution, including some integration with the different plugins.”

    Sample Customers
    Mitchells and Buzzers, Callaway
    SAP
    HootSuite Media, Inc., Cloud Physics, Narrative, BinckBank
    Top Industries
    REVIEWERS
    Financial Services Firm19%
    Computer Software Company18%
    Comms Service Provider10%
    Energy/Utilities Company5%
    VISITORS READING REVIEWS
    Educational Organization23%
    Computer Software Company12%
    Government7%
    Financial Services Firm7%
    VISITORS READING REVIEWS
    Computer Software Company21%
    Financial Services Firm19%
    Comms Service Provider12%
    Energy/Utilities Company8%
    REVIEWERS
    Financial Services Firm22%
    Healthcare Company13%
    Computer Software Company13%
    Comms Service Provider9%
    VISITORS READING REVIEWS
    Educational Organization25%
    Financial Services Firm14%
    Computer Software Company11%
    Government7%
    Company Size
    REVIEWERS
    Small Business38%
    Midsize Enterprise14%
    Large Enterprise48%
    VISITORS READING REVIEWS
    Small Business20%
    Midsize Enterprise33%
    Large Enterprise47%
    REVIEWERS
    Small Business9%
    Midsize Enterprise36%
    Large Enterprise55%
    VISITORS READING REVIEWS
    Small Business21%
    Midsize Enterprise14%
    Large Enterprise65%
    REVIEWERS
    Small Business30%
    Midsize Enterprise10%
    Large Enterprise60%
    VISITORS READING REVIEWS
    Small Business13%
    Midsize Enterprise32%
    Large Enterprise55%
    Buyer's Guide
    BMC TrueSight Network Automation vs. Red Hat Ansible Automation Platform
    March 2024
    Find out what your peers are saying about BMC TrueSight Network Automation vs. Red Hat Ansible Automation Platform and other solutions. Updated: March 2024.
    767,847 professionals have used our research since 2012.

    BMC TrueSight Network Automation is ranked 7th in Network Automation with 10 reviews while Red Hat Ansible Automation Platform is ranked 2nd in Network Automation with 58 reviews. BMC TrueSight Network Automation is rated 7.8, while Red Hat Ansible Automation Platform is rated 8.6. The top reviewer of BMC TrueSight Network Automation writes "Helps with patching, OS upgrade, and security vulnerability management". On the other hand, the top reviewer of Red Hat Ansible Automation Platform writes "Capable of broad integrations with easy-to-operate infrastructure and user controls". BMC TrueSight Network Automation is most compared with Cisco DNA Center, SolarWinds Network Configuration Manager, VMware NSX and OpenText Network Automation, whereas Red Hat Ansible Automation Platform is most compared with Red Hat Satellite, Microsoft Configuration Manager, VMware Aria Automation, Microsoft Azure DevOps and BMC TrueSight Server Automation. See our BMC TrueSight Network Automation vs. Red Hat Ansible Automation Platform report.

    See our list of best Network Automation vendors and best Configuration Management vendors.

    We monitor all Network Automation reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.