Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] - detection of virtual host #63

Closed
limosek opened this issue Apr 28, 2021 · 3 comments
Closed

[Feature] - detection of virtual host #63

limosek opened this issue Apr 28, 2021 · 3 comments
Assignees

Comments

@limosek
Copy link

limosek commented Apr 28, 2021

There is an detection of BIOS and if it is VMware, open-vm-tools are installed automatically.
For hosts virtualized by kvm, name of BIOS is SeaBIOS.
If BIOS is SeaBIOS or ansible_chassis_vendor is QEMU, open-vm-tools should be installed too.

    "ansible_architecture": "x86_64",
        "ansible_bios_date": "04/01/2014",
        "ansible_bios_vendor": "SeaBIOS",
        "ansible_bios_version": "rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org",
        "ansible_board_asset_tag": "NA",
        "ansible_board_name": "NA",
        "ansible_board_serial": "NA",
        "ansible_board_vendor": "NA",
        "ansible_board_version": "NA",
        "ansible_chassis_asset_tag": "NA",
        "ansible_chassis_serial": "NA",
        "ansible_chassis_vendor": "QEMU",
        "ansible_chassis_version": "pc-i440fx-5.2",
@konstruktoid konstruktoid self-assigned this Apr 28, 2021
@konstruktoid
Copy link
Owner

Haven't played around with qemu, but isn't there any qemu specific tools?

@limosek
Copy link
Author

limosek commented Apr 29, 2021

Sorry, you are correct. Name of package is qemu-guest-agent , which is same on debian and centos.

@konstruktoid
Copy link
Owner

Hopefully added with e5ff555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants