Skip to content

Commit

Permalink
Add Debian 12 as molecule scenario and update role's meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmittsva committed Dec 10, 2024
1 parent e9326ff commit f6d48a8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
11 changes: 3 additions & 8 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,19 @@ galaxy_info:
min_ansible_version: '2.7'

platforms:
- name: Amazon
- name: Amazon Linux 2
- name: ArchLinux
- name: Debian
versions:
- stretch
- buster
- bullseye
- name: EL
- bookworm
- name: EL / Rocky Linux
versions:
- '7'
- '8'
- '9'
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- noble

galaxy_tags:
- networking
Expand Down
26 changes: 26 additions & 0 deletions molecule/debian-12/molecule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
platforms:
- name: debian-12
groups:
- vault_raft_servers
image: dokken/debian-12
pre_build_image: true
command: /lib/systemd/systemd
privileged: true
cgroup_parent: docker.slice
- name: debian-12_repo
groups:
- vault_raft_servers
image: dokken/debian-12
pre_build_image: true
command: /lib/systemd/systemd
privileged: true
cgroup_parent: docker.slice

provisioner:
inventory:
host_vars:
debian-12_repo:
vault_install_hashi_repo: true
vault_bin_path: /usr/bin
vault_group: vault

0 comments on commit f6d48a8

Please sign in to comment.