tinyblargon.qemu_guest_agent
Ansible Role: qemu_guest_agent
This Ansible role installs the qemu-guest-agent.
Requirements
None
Role Variables
Variable Name | Type | Default Value | Description |
---|---|---|---|
qemu_guest_agent_state | string | "detect" | This variable can be set to one of these states: "absent" , "detect" , "latest" , "present" . |
- "absent" : Removes the qemu-guest-agent package. |
|||
- "detect" : Installs the package if the required virtual device is present; removes it if not. |
|||
- "latest" : Installs or updates the package to the latest version. |
|||
- "present" : Installs the package if it is not already installed. |
Example Playbooks
- hosts: all
roles:
- role: tinyblargon.qemu_guest_agent
vars:
qemu_guest_agent_state: "present"
License
MIT
Informazioni sul progetto
Ansible role to install qemu-guest-agent.
Installa
ansible-galaxy install tinyblargon.qemu_guest_agent
Licenza
mit
Download
873
Proprietario
If the DevOps tooling doesn't exist, I'll write it myself.