Recently, Red Hat has released a series of announcements, one of which is the addition of real-time, event-driven processing capabilities and AI front-end to Ansible for automated software configuration and application deployment. .
The success of OpenAI ChatGPT's large-scale language model has triggered the industry's obsession with generative AI. Against this background, Red Hat launched Ansible Lightspeed with IBM Watson Code Assistant.
Red Hat says this new feature makes it easier for novice Ansible users to automate tasks, relieving automation professionals from the burden of creating low-level tasks. Users can use English commands to generate YAML commands that can be used in Ansible Playbooks automation task lists.
Ansible simplifies IT infrastructure management, configuration management, and application deployment by automating tasks and deploying them as code. The new service uses natural language processing and integrates IBM's Watson Code Assistant, which simplifies app development by providing AI-generated suggestions. The service is expected to be generally available later this year.
Bridging the skills gap
Tom Anderson, vice president of Red Hat and general manager of Ansible, said: "The skills gap is large and growing, and at the same time, IT operations teams need to be different from think the way they used to. Their world is getting more complex, they're dealing with more and more data centers and more and more edges, trying to use old practices to manage the new complexity, and those two things are not going well They are matched together."
Anderson said that Red Hat parent company IBM's own IT organization has been using Lightspeed, and IT operational efficiency has increased by 60%. Red Hat believes the technology benefits both operations professionals and end users. He said: "It really has two aspects, making existing employees more productive and bringing more people into the world of automation by lowering the standard of competency."
Event-driven Ansible will become Ansible Automation Platform 2.4 A standard part of the app that can be used to take action on real-time captured data, such as event logs and alerts, allowing IT operators to pre-determine and define rules to trigger automated actions in situations such as unresponsive system processes or unauthorized access requests. operate. Multiple events can be chained together to form more complex automated actions.
Good for Observability
Anderson said: "There are a lot of observability tools now, and they are getting better and better, allowing us to easily integrate these observability tools Connect to the Ansible automation platform to take on those mundane, repetitive tasks, freeing up your operations teams to solve innovative problems."
Red Hat intends to support all major observability platforms, such as Platforms from Dynatrace and Datadog, as well as support for major streaming platforms such as Apache Kafka.
“We have created a rules engine and event capture that can launch rules-based workflows to be able to determine the correct playbook to run for a certain situation, and most clients’ incident managers have hundreds of thousands of Events are correlated and distilled into an event. They are able to pipe that event into event-driven Ansible through a rulebook that says which playbook should be run."
Anderson said that Ansible's Agent event-driven automation is particularly useful in shop-floor environments where so-called edge devices need to be managed in real time. "We do a lot of work in retail areas around cash registers and kiosks, as well as on oil rigs, and in a lot of use cases, businesses don't have dedicated IT staff to handle those things."
The above is the detailed content of Red Hat updates Ansible software to provide generative AI front-end. For more information, please follow other related articles on the PHP Chinese website!

导读我想到SSH存在1和2两个版本(SSH1和SSH2)。这两者之间有什么不同?还有我该怎么在Linux上检查SSH协议的版本?安全Shell(SSH)通过加密的安全通信通道来远程登录或者远程执行命令。SSH被设计来替代不安全的明文协议,如telnet、rsh和rlogin。SSH提供了大量需要的特性,如认证、加密、数据完整性、授权和转发/通道。SSH1vs.SSH2SSH协议规范存在一些小版本的差异,但是有两个主要的大版本:SSH1(版本号1.XX)和SSH2(版本号2.00)。事实上,SSH

使用putty登陆到Linux上发现ls命令显示的目录蓝色太深看不清,得改一浅点颜色。可登陆后右击Putty标题栏,选择“changesettings...”,如下图:在Windows中选择Colours,改ANSIBlue的颜色,可将Red改成187,其他不变,这样就看得清了。这样修改后每次登陆都得修改,若想只做一次修改,可以到注册表中做一点修改。在:HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions下你所保存的登陆主机名下,把颜色值改了

导读Fedora工作站附带了一个虽然简单,然而做截图却足够的工具。允许用户快速地对桌面、特定的窗口、或屏幕的任意部分进行截图。屏幕截图工具(gnome-screenshot)这个应用程序专门设计用于在桌面系统中快速捕获并保存截图。启动Screenshot在Fedora工作站中,通过在activitiesoverview中搜索screenshot来启动Screenshot。也可以在applications视图中找到(在Utilities文件夹)。Screenshot模式Screenshot有三种主

导读AWS,即亚马逊Web服务,是一个提供了一系列按使用计费的web服务的云平台。它是迄今为止最为著名的云平台之一。由于其灵活性、有效性、弹性、可测量性和无须维护,所以有一些企业正逐步把他们的业务迁移到云端。由于许多公司目前在使用这些服务,所以对于系统管理员和运维人员来说应该了解一下AWS。认识71个AWS云服务的术语!通过了解AWS世界中使用的术语开始你的AWS云服务使用生涯!计算型服务这是一个提供了虚拟服务器配置功能的服务,即所谓的云计算。它提供了包括以下这一系列的服务。EC2:EC2代表弹

导读你有闲置的移动硬盘和树莓派吗?你可以用这些来打造一个廉价而且低能耗的NAS。最后的效果肯定比不上售价500美刀的NAS,比如SynologyDiskStation出品的那些。但可以搭建出一个低能耗的网络存储平台——而且特别适用于已经厌倦了国家安全局的数据监控的那些人,你可以把数据藏在这个“小阁楼”里。你需要一个树莓派,和一两个闲置着的移动硬盘。体积较小的2.5硬盘可以由USB接口直接供电,但是我们需要一个带有供电功能的USB分线器,因为树莓派的USB接口提供的电是不足以给移动硬盘供电的。除此

今天我在libcurl内部又做了一个小改动[1],使其做更少的malloc。这一次,泛型链表函数被转换成更少的malloc(这才是链表函数应有的方式,真的)。研究malloc几周前我开始研究内存分配。这很容易,因为多年前我们curl中就已经有内存调试和日志记录系统了。使用curl的调试版本,并在我的构建目录中运行此脚本:#!/bin/shexportCURL_MEMDEBUG=$HOME/tmp/curlmem.log./src/curlhttp://localhost./tests/meman

导读在MS-Windows下,你可以使用ipconfig命令来清除dns缓存。然而,Linux和Unix提供了不同的方法来清除缓存。Linux可以运行nscd或者BIND或者dnsmasq作为名称服务缓存守护进程。大型或者工作组服务器可能使用BIND或者dnsmasq作为专用缓存服务器来加速查询。如何:清除nscddns缓存Nscd会缓存libc发起的名称服务的请求。如果把检索NSS数据看做很慢,那么nscd能够显著加快连续访问同一数据的速度,并能提高整个系统的性能。只需重启nscd即可刷新缓存

导读以前没接触过CentsOS7,对其所改变的特性不了解,偶然在centos7中接触到LVM,创建LVM的方法和6中没有区别,但是对LVM进行扩容就有点不一样了,使用以前的方法进行扩容后始终没有生效,折腾了半天才搞清楚其扩容的方法。Xfs是CentOS7的默认文件系统类型,而不同文件系统类型对应的创建、检查、调整命令不同。Xfs是CentOS7的默认文件系统类型,而不同文件系统类型对应的创建、检查、调整命令不同。在xfs文件系统中,只能增大分区而不能减小。[root@localhost~]#ls


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Chinese version
Chinese version, very easy to use

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
