Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
Supported operating systems updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
patbec committed Nov 2, 2023
1 parent 820c787 commit 420f33a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
10 changes: 6 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ dependency:
driver:
name: docker
platforms:
- name: ubuntu-22.04
image: ubuntu:22.04
# - name: ubuntu-23.04
# image: ubuntu:23.04
# - name: ubuntu-22.04
# image: ubuntu:22.04
- name: ubuntu-20.04
image: ubuntu:20.04
# - name: debian-12
# image: debian:12
- name: debian-11
image: debian:11
- name: debian-10
image: debian:10
provisioner:
name: ansible
config_options:
Expand Down
24 changes: 24 additions & 0 deletions molecule/vagrant/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ dependency:
driver:
name: vagrant
platforms:
# - name: ubuntu-23.04
# box: generic/ubuntu2304
# memory: 4096
# cpus: 2
# provider_options:
# linked_clone: true
# config_options:
# ssh.keep_alive: true
- name: ubuntu-22.04
box: generic/ubuntu2204
memory: 4096
Expand All @@ -20,6 +28,22 @@ platforms:
linked_clone: true
config_options:
ssh.keep_alive: true
# - name: debian-12
# box: generic/debian12
# memory: 4096
# cpus: 4
# provider_options:
# linked_clone: true
# config_options:
# ssh.keep_alive: true
- name: debian-11
box: generic/debian11
memory: 4096
cpus: 4
provider_options:
linked_clone: true
config_options:
ssh.keep_alive: true
provisioner:
name: ansible
scenario:
Expand Down
1 change: 0 additions & 1 deletion roles/docker_ce/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ galaxy_info:
- name: Debian
versions:
- bullseye
- buster
- name: Ubuntu
versions:
- jammy
Expand Down
1 change: 0 additions & 1 deletion roles/docker_compose/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ galaxy_info:
- name: Debian
versions:
- bullseye
- buster
- name: Ubuntu
versions:
- jammy
Expand Down

0 comments on commit 420f33a

Please sign in to comment.