diff --git a/content/posts/olam/post-8/index.md b/content/posts/olam/post-8/index.md index cf92148a..2ef9f648 100644 --- a/content/posts/olam/post-8/index.md +++ b/content/posts/olam/post-8/index.md @@ -1,6 +1,6 @@ --- title: "Manage KVM Virtual Machines" -date: 2023-04-11 +date: 2024-12-20 draft: false summary: "Learn how to use the libvirt community collection to manage KVM virtual machines with Oracle Linux Automation Manager." tags: ["olam","lab","tutorial"] @@ -15,22 +15,19 @@ showDate: true ## Details -The community.libvirt collection provides libvirt modules and plugins supported by the Ansible libvirt community. These modules and plugins help manage virtual machines (VMs) and containers using the [libvirt](https://libvirt.org/) API. - -These guides show how to use this collection in Oracle Linux Automation Manager and interacts with an Oracle Linux instance running KVM. +The *community.libvirt* collection provides libvirt modules and plugins supported by the Ansible libvirt community. These modules and plugins help manage virtual machines (VMs) and containers using the [libvirt](https://libvirt.org/) API. ### Objectives -In this lab, you'll learn how to: +In this tutorial, you'll learn how to: - - Create a playbook that uses the community.libvirt collection - - Configure credentials for Ansible Galaxy - - Create a Job Template - - Run the Job +- Create a playbook that uses the *community.libvirt* collection +- Configure credentials for Ansible Galaxy +- Create a Job Template +- Run the Job ### Prerequisites - - A system with Oracle Linux Automation Manager installed - - Access to a git repository - - An Oracle Linux system with KVM installed - +- A system with Oracle Linux Automation Manager installed +- Access to a Git repository +- An Oracle Linux system with KVM installed