ansible-role-virtualbox-guest
ansible-role-virtualbox-guest copied to clipboard
Ansible role for building and installing VirtualBox guest additions
On Debian and Mint desktop it fails to work with several errors. ISO image is missing on host. and also it skips download. thanks
Differences by OS family simplified and clarified. Role didn't work for me on CentOS as-is. Kernel headers packages are removed quickly, so installation may fail if kernel is not updated....
When I attempt to install the role with: ```bash ansible-galaxy install petermosmans.virtualbox-guest ``` I get the error: [WARNING]: - petermosmans.virtualbox-guest was NOT installed successfully: Unable to compare role versions (1.1.1,...
Hi, I get the error written in the issue title when the role tries to auto detect the Virtualbox guest additions version. I'm running ansible 2.6.1 with python 2.7.13. The...
Great recipe! It is supposed to work for RHEL7 and equivalents, right? I am having problem running this in vagrant env. Host CentOS 7.3.1611, VirtualBox guest CentOS 7.4.1708. When I...
This task does not seem to be idempotent: `[ansible-role-virtualbox-guest : If virtualbox_version is set to auto then determine the host version]` `fatal: [default -> localhost]: FAILED! => {"changed": false, "failed":...
Hi @ijkim88 - in the latest version I added a check that makes sure that all 'extra' installed packages necessary for compiling are removed. I'm not sure if it's Ubuntu...
Running it against a RHEL9 vagrant box, and getting errors: ``` TASK [ansible-role-virtualbox-guest : Check if VBoxGuest additions ISO is mounted] ************************************************************************************************************************************************************************* Friday 28 July 2023 09:27:56 -0700 (0:00:00.034) 0:00:07.275...