virt_lightning.virt_lightning.vm (2.0.0) — module

A Cloud-like interface on top of a local Libvirt

| "added in version" 2.9 of virt_lightning.virt_lightning"

Authors: Gonéri Le Bouder

preview | supported by community

Install collection

Install with ansible-galaxy collection install virt_lightning.virt_lightning:==2.0.0


Add to requirements.yml

  collections:
    - name: virt_lightning.virt_lightning
      version: 2.0.0

Description

Foo

Bar


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# single check on 192.168.1.1 with credentials admin/admin
- name: ensure the FreeBSD VM is running
  virt_lightning:
    distro: freebsd-12.0
    state: present

Inputs

    
distro:
    description:
    - name of the image to use
    required: true