Skip to content

Commit

Permalink
remove AlmaLinux 8 from default testing
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
  • Loading branch information
konstruktoid committed Jun 10, 2024
1 parent 94f8b7f commit c8cc45e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ provisioner:
log: true
inventory:
host_vars:
almalinux8:
disable_wireless: true
kernel_lockdown: integrity
manage_compilers: false
manage_timesyncd: false
sshd_admin_net:
- "0.0.0.0/0"
sshd_allow_groups:
- vagrant
- sudo
sshd_host_keys_group: ssh_keys
sshd_update_moduli: true
suid_sgid_permissions: false
almalinux9:
enable_page_poisoning: true
manage_resolved: false
Expand Down Expand Up @@ -93,13 +80,6 @@ provisioner:
umask_value: "027"
ufw_rate_limit: true
platforms:
- name: almalinux8
box: almalinux/8
config_options:
vm.boot_timeout: 600
instance_raw_config_args:
- vbguest.auto_update = false
memory: 2048
- name: almalinux9
box: almalinux/9
config_options:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ passenv = *
deps =
ansible8: ansible==8
ansible9: ansible==9
ansible10: ansible==10.0.0b1
ansible10: ansible==10
ansibledevel: https://github.com/ansible/ansible/archive/devel.tar.gz
ansible-lint
jmespath
Expand Down

0 comments on commit c8cc45e

Please sign in to comment.