Tinyblargon / ansible-role-qemu-guest-agent

Ansible Role for installing qemu-guest-agent.

Home Page:https://galaxy.ansible.com/ui/standalone/roles/tinyblargon/qemu_guest_agent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: qemu_guest_agent

Ansible Role for installing qemu-guest-agent.

Requirements

N/A

Role Variables

Variable Name Type Default Value Description
qemu_guest_agent_state: string "detect" This variable can be one of the following states "absent", "detect", "latest", "present". When "absent" the qemu-guest-agent package will be removed. When "detect" the package will be installed if the host has the virtual device required by the qemu-guest-agent, if the virtual device is absent the package will be removed. When "latest" the package will be installed or updated to the latest version. When "present" the package will be installed.

Example Playbooks

- hosts: all
  roles:
    - role: Tinyblargon.qemu_guest_agent
      vars:
        qemu_guest_agent_state: "present"

License

MIT