ansible_virtualization
ansible_virtualization copied to clipboard
Ansible Collection: Virtualization roles
Current vagrant version is 2.2.18, mind to update hardcoded 2.2.5 to 2.2.18?
Hi, First, thank you for these roles, they are awesome and I use them (picked up some roles, not the entire collection). I just downloaded your collection and tested the...
When I try to install vagrant 2.2.7 on RHEL 8.3 with ansible 2.9.16, the package install task fails with: ``` TASK [crivetimihai.virtualization.vagrant : install RedHat packages] ********************************************************************************* fatal: [localhost]: FAILED!...
if you add this change, then it should automatically choose whatever version of ubuntu the playbook is running against.
Fixed several items with the RHEL 8 VirtualBox role: - Remove temporary fix for RHEL 8 VirtualBox configuration since a RHEL 8 RPM is now available. The `when` statement on...
In the Vagrant role, the task for RedHat references a variable `redhat_packages`, however the variable defined in the vars file is `rhel_packages`. The variable name should be changed to be...
- Distribution's task sorted in alphabetical order in the main.yml - Role task grouped per os distribution to clarify the output. Applied on: - docker - vagrant - virtualbox