-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internal testing fixes and updated CHANGELOG.md
- Loading branch information
Showing
4 changed files
with
49 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,148 +1,106 @@ | ||
# Regression tests are run using minimum supported Ansible version | ||
# https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html | ||
ansible_version: "9.7.0" | ||
ansible_version: "9.13.0" | ||
# Dropped support for Python 2.7 in 10 and later | ||
# ansible_version: "10.1.0" | ||
# ansible_version: "11.1.0" | ||
galaxy_role_name: haxorof.docker_ce | ||
role_dir: ansible-role-docker-ce | ||
|
||
boxes: | ||
- # AlmaLinux 8 | ||
#box: almalinux/8 | ||
box: generic/alma8 | ||
box_url: vagrantup | ||
storage_ctl: SATA Controller | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: false | ||
- # AlmaLinux 9 | ||
#box: almalinux/9 | ||
box: generic/alma9 | ||
box_url: vagrantup | ||
storage_ctl: SATA Controller | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: false | ||
- # Rocky Linux 8 | ||
box: generic/rocky8 | ||
box_url: vagrantup | ||
vbguest_update: false | ||
reboot: false | ||
- # Rocky Linux 9 | ||
box: generic/rocky9 | ||
box_url: vagrantup | ||
vbguest_update: false | ||
reboot: false | ||
# Testing only supported releases: https://endoflife.date/centos-stream | ||
# and supported by Docker CE | ||
# - # CentOS Stream 9 | ||
# box: centos/stream9 | ||
# box_url: vagrantup | ||
# storage_ctl: IDE | ||
# storage_port: 1 | ||
# vbguest_update: false | ||
# reboot: false | ||
# Testing only supported releases: https://endoflife.date/fedora / https://fedoraproject.org/wiki/End_of_life | ||
# and supported by Docker CE | ||
# Unfortunately no new and working Fedora Vagrant boxes available | ||
# - # F37 | ||
# box: generic/fedora37 | ||
# box_url: vagrantup | ||
# vbguest_update: false | ||
# reboot: true | ||
# Testing only supported releases: https://endoflife.date/debian / https://wiki.debian.org/LTS | ||
# and supported by Docker CE | ||
- # Bullseye | ||
box: generic/debian11 | ||
box_url: vagrantup | ||
storage_ctl: SATA Controller | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: false | ||
- # Bookworm | ||
box: generic/debian12 | ||
box_url: vagrantup | ||
storage_ctl: SATA Controller | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: false | ||
# Testing only supported releases: https://endoflife.date/fedora / https://fedoraproject.org/wiki/End_of_life | ||
# and supported by Docker CE | ||
# - # F39 | ||
# box: generic/fedora39 | ||
# box_url: vagrantup | ||
# storage_ctl: SATA Controller | ||
# storage_port: 1 | ||
# vbguest_update: false | ||
# reboot: true | ||
# - # F40 | ||
# box: generic/fedora40 | ||
# box_url: vagrantup | ||
# storage_ctl: SATA Controller | ||
# storage_port: 1 | ||
# vbguest_update: false | ||
# reboot: true | ||
- # Rocky Linux 8 | ||
box: generic/rocky8 | ||
box_url: vagrantup | ||
storage_ctl: SATA Controller | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: false | ||
- # Rocky Linux 9 | ||
box: generic/rocky9 | ||
box_url: vagrantup | ||
storage_ctl: SATA Controller | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: false | ||
# Testing only supported LTS releases: https://endoflife.date/ubuntu / https://wiki.ubuntu.com/Releases | ||
# and supported by Docker CE | ||
- # Focal Fossa | ||
box: generic/ubuntu2004 | ||
box_url: vagrantup | ||
storage_ctl: SATA Controller | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: false | ||
- # Jammy Jellyfish | ||
box: generic/ubuntu2204 | ||
box_url: vagrantup | ||
storage_ctl: SATA Controller | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: false | ||
# - # Noble Numbat | ||
# box: generic/ubuntu2404 | ||
# box_url: vagrantup | ||
# storage_ctl: SATA Controller | ||
# storage_port: 1 | ||
# vbguest_update: false | ||
# reboot: false | ||
- # Noble Numbat | ||
box: gutehall/ubuntu24-04 | ||
box_url: vagrantup | ||
vbguest_update: false | ||
reboot: false | ||
- # Amazon Linux 2023 | ||
box: gbailey/al2023 | ||
box_url: vagrantup | ||
storage_ctl: SATA | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: false | ||
- # Amazon Linux 2 (Max ansible-core 2.16 (ansible < 10.0.0) on controller since it still supporting Python 2.7) | ||
box: gbailey/amzn2 | ||
box_url: vagrantup | ||
storage_ctl: SATA | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: false | ||
# Testing only supported releases: https://access.redhat.com/support/policy/updates/errata | ||
- # RHEL 8 | ||
box: generic/rhel8 | ||
box_url: vagrantup | ||
storage_ctl: SATA Controller | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: true | ||
- # RHEL 9 | ||
box: generic/rhel9 | ||
box_url: vagrantup | ||
storage_ctl: SATA Controller | ||
storage_port: 1 | ||
vbguest_update: false | ||
reboot: true | ||
|
||
# Not support by this role | ||
# - # Oracle Linux 7 | ||
# box: generic/oracle7 | ||
# box_url: vagrantup | ||
# storage_ctl: SATA Controller | ||
# storage_port: 1 | ||
# vbguest_update: false | ||
# reboot: false | ||
# - # Oracle Linux 8 | ||
# box: generic/oracle8 | ||
# box_url: vagrantup | ||
# storage_ctl: SATA Controller | ||
# storage_port: 1 | ||
# vbguest_update: false | ||
# reboot: false |