{"id":16779753,"url":"https://github.com/petermosmans/ansible-role-virtualbox-guest","last_synced_at":"2025-03-22T00:31:13.197Z","repository":{"id":54804164,"uuid":"45434754","full_name":"PeterMosmans/ansible-role-virtualbox-guest","owner":"PeterMosmans","description":"Ansible role for building and installing VirtualBox guest additions","archived":false,"fork":false,"pushed_at":"2023-09-28T19:31:20.000Z","size":76,"stargazers_count":20,"open_issues_count":9,"forks_count":22,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T06:23:15.619Z","etag":null,"topics":["ansible","ansible-role","guest","virtualbox"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PeterMosmans.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-03T01:54:28.000Z","updated_at":"2024-08-08T13:11:53.000Z","dependencies_parsed_at":"2024-10-28T11:47:54.144Z","dependency_job_id":null,"html_url":"https://github.com/PeterMosmans/ansible-role-virtualbox-guest","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Fansible-role-virtualbox-guest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Fansible-role-virtualbox-guest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Fansible-role-virtualbox-guest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Fansible-role-virtualbox-guest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PeterMosmans","download_url":"https://codeload.github.com/PeterMosmans/ansible-role-virtualbox-guest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890102,"owners_count":20527030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","guest","virtualbox"],"created_at":"2024-10-13T07:32:08.300Z","updated_at":"2025-03-22T00:31:12.899Z","avatar_url":"https://github.com/PeterMosmans.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: virtualbox-guest\n\nBuild status for this role: [![Build\nStatus](https://travis-ci.org/PeterMosmans/ansible-role-virtualbox-guest.svg)](https://travis-ci.org/PeterMosmans/ansible-role-virtualbox-guest)\n\nThis role builds, installs and configures the requested VirtualBox guest\nadditions. It searches the guest for a mounted ISO containing the\nVBoxGuestAdditions, or an ISO file. When not found, it can download the\nnecessary ISO file directly from `download.virtualbox.org`.\n\n## Requirements\n\nNone, all prerequisites will be installed (and can be removed afterwards). If\nyou don't set the **virtualbox_keep** variable to true, all packages that were\ninstalled for building will be removed (the installed packages will be exactly\nthe same as before executing the role).\n\n- bzip2\n- dkms\n- gcc\n- make\n- linux-headers\n\n## Role Variables\n\nAvailable variables are listed below, along with default values.\n\n**virtualbox_keep**: A boolean stating whether the packages necessary for\ncompiling should be kept on the system. If not specified, defaults to no.\n\n**virtualbox_iso**: The location on the guest where the ISO is expected. Note\nthat this file will be removed after successful compiling.\n\n**local_virtualbox_iso**: Location on the host where the ISO is located. On\nlinux, it is located under `/usr/share/virtualbox/VBoxGuestAdditions.iso`. If\nthis variable is set, the role will copy the ISO file from the host to the\nguest.\n\n**virtualbox_remove_os_packages**: A boolean stating whether to remove any\npreviously installed VirtualBox packages. If not specified, defaults to no.\n\n**virtualbox_version**: The requested version of VirtualBox. If the current\nversion does not match that version, it will try to (re)install VirtualBox guest\nadditions. If set to `auto`, it will try to determine the VirtualBox version of\nthe host system. The defaults can be found in `defaults/main.yml`.\n\n```\nvirtualbox_version: auto\n```\n\n**virtualbox_x11**: A boolean stating whether VirtualBox guest additions will be\ncompiled with x11 support. If not specified, defaults to no.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n```\n- hosts: all\n  become: yes\n  become_method: sudo\n  roles:\n    - role: PeterMosmans.virtualbox-guest\n```\n\nThis example will install VirtualBox guest additions, and will **not** keep the\nbuild packages to the system if they are needed to install them.\n\n## License\n\nGPLv3\n\n## Author Information\n\nCreated by Peter Mosmans.\n\nContributions are more than welcome! Thanks to all contributors so far: see [https://github.com/PeterMosmans/ansible-role-virtualbox-guest/graphs/contributors]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermosmans%2Fansible-role-virtualbox-guest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetermosmans%2Fansible-role-virtualbox-guest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermosmans%2Fansible-role-virtualbox-guest/lists"}