Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Generate Ansible Playbooks using natural language prompts

New features for Red Hat Ansible Lightspeed with IBM watsonx Code Assistant

June 25, 2024
Himanshu Yadav
Related topics:
Artificial intelligenceAutomation and managementDeveloper Tools
Related products:
Red Hat Ansible Automation PlatformRed Hat Ansible Lightspeed with IBM watsonx Code Assistant

Share:

    With the latest release of Ansible VS Code extension by Red Hat, you can generate complete Ansible Playbooks using natural language prompts. With guided chat experience, this new capability will significantly improve the productivity of automation developers as well as reduce the entry barrier for new Ansible Playbook creation. 

    Ansible Playbook generation

    Let’s see how you can start your free trial and generate Ansible Playbooks. To use the service, you need to have a Red Hat Ansible Automation Platform subscription; you can start your no-cost trial here. 

    You will also need an IBM watsonx Code Assistant subscription; start your no-cost trial here. 

    Set up Ansible VS Code extension by Red Hat

    Once you have your subscription credentials in place, click on the extensions options on VS Code to open the extensions marketplace. In the search field, search for Ansible and install the Ansible extension provided by Red Hat (Figure 1).

    Note: Make sure the extension version installed is >=24.8.0, as this version enables playbook generation features in the Ansible VS Code extension.

    Ansible extension by Red Hat in VS Code extensions marketplace.
    Figure 1: Ansible extension by Red Hat in VS Code extensions marketplace.

    Once the extension has been installed, click on the Ansible icon on the left pane. You will see the Ansible Lightspeed section. Click the Connect button and follow prompts to provide your Red Hat subscription credentials and connect to the service. 

    Installed Ansible extension in VS Code.
    Figure 2: Installed Ansible extension in VS Code.

    Once you have signed in for Ansible Lightspeed service, it will display the status as logged in, as shown in Figure 3. 

    Figure 3: Connect Ansible Lightspeed service.
    Figure 3: Connect Ansible Lightspeed service. 

    Create an Ansible Playbook with Ansible Lightspeed

    Now that we have successfully installed the Ansible extension and have signed in to the Ansible Lightspeed service, let's generate a playbook with it. To do that, click on the Ansible icon on the left hand nav and click the Get Started button under the Ansible Content Creator section. This will open the Welcome to Ansible content creator pane shown in Figure 4. 

    Select the Playbook with Ansible Lightspeed option to open the prompt to help you create an Ansible Playbook via a guided chat experience. 

    Select “Playbook with Ansible Lightspeed” to get started.
    Figure 4: Select Playbook with Ansible Lightspeed to get started.

    In the field What do you want the playbook to accomplish?, you can provide your playbook goal as a natural language prompt (Figure 5). When you click Analyze, the service will list an outline of tasks it will perform before creating the playbook (Figure 6). 

    Enter task requirements.
    Figure 5: Enter task requirements.
    Analyze requirements.
    Figure 6: Analyze requirements.

    Notice that once Lightspeed has analyzed the playbook goal, you can still edit your goal to experience the guided chat experience. You can tweak your goal and the system will provide an outline of  tasks until you are satisfied (you also have the option to edit the outline). 

    Once you are happy with the task outline, click the Generate playbook button to generate the required playbook (Figure 7). IBM now uses the watsonx Granite 20B model for playbook recommendations. As a result, you will start seeing better and more accurate recommendations with Ansible Lightspeed service. 

    Review and modify the tasks as needed, then click Generate playbook.
    Figure 7: Review and modify the tasks as needed, then click Generate playbook.

    As a best practice, always review and test the playbooks in the test environment before running them on production (Figure 8).

    Reviewing the generated playbook.

    Figure 8: Reviewing the generated playbook.

    Explain Ansible Playbooks with Ansible Lightspeed

    Ansible VS Code extension also provides you capability to explain existing and newly generated playbooks so that you can easily understand the details of any playbook. To explain any playbook, open it in VS Code and click Explain the current playbook under the Ansible Lightspeed section. The explanation is shown in Figure 9. You can also right-click on a playbook and click Explain the playbook with Ansible Lightspeed.

    Explain the existing playbooks with Ansible Lightspeed.
    Figure 9: Explain the existing playbooks with Ansible Lightspeed.
    View explanation.
    Figure 10: View explanation. 

    With these new features, the earlier features such as content source matching to show the source of the recommendation, capability to generate single and multiple tasks within a playbook are still available as part of Ansible Lightspeed. You can refer to our earlier published article for details about existing features. 

    Multiple deployment options for Ansible Lightspeed

    With this release of Ansible Lightspeed, Ansible Lightspeed service and the watsonx Code Assistant LLM are now available for on-premise deployment. This offering has been created for enterprises which would like to deploy the models to support local compliance and run the service on their own air-gapped environments.  For more details, refer to product documentation. 

    Additional resources

    To learn more about Ansible VS Code extension, refer to our learning path How to get started with Ansible Visual Studio Code extension. 

    To learn more about Ansible Lightspeed with watsonx Code Assistant, visit our product page. 

    Last updated: December 5, 2024

    Related Posts

    • Demystifying the role of an automation developer (it's not what you think)

    • Patch updates on RHEL servers with Ansible Automation Platform 2.4

    • What’s new in Red Hat Ansible Lightspeed with IBM watsonx Code Assistant

    • Create an efficient Ansible development environment in VS Code

    • Enhance Ansible development experience with Lightspeed

    • How to install Red Hat Ansible Automation Platform on RHEL 9

    Recent Posts

    • How to run AI models in cloud development environments

    • How Trilio secures OpenShift virtual machines and containers

    • How to implement observability with Node.js and Llama Stack

    • How to encrypt RHEL images for Azure confidential VMs

    • How to manage RHEL virtual machines with Podman Desktop

    What’s up next?

    Get a preview of the Red Hat Certified Engineer (RHCE) Ansible Automation Study Guide (O’Reilly), which covers key Ansible concepts for your system administration needs.

    Get the e-book
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue