test: add debian 12 support

This commit is contained in:
Adrien Waksberg 2023-07-05 11:18:55 +02:00
parent 84955e1dfe
commit 607b729a99
4 changed files with 16 additions and 8 deletions

View file

@ -8,6 +8,11 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Added
- feat: add ilm policy
- test: add support debian 12
### Removed
- test: remove support debian 10
### Changed

View file

@ -7,8 +7,10 @@ Install and configure Elasticsearch
## Requirements
* Ansible >= 2.7
* Debian Stretch and Buster
* Ansible >= 2.9
* Debian
* Bullseye
* Bookworm
## Role variables

View file

@ -6,13 +6,13 @@ galaxy_info:
company: Adrien Waksberg
description: Install and configure elasticsearch
license: Apache2
min_ansible_version: 2.7
min_ansible_version: "2.9"
platforms:
- name: Debian
versions:
- stretch
- buster
- bullseye
- bookworm
galaxy_tags:
- database

View file

@ -2,11 +2,12 @@
driver:
name: docker
platforms:
- name: debian10
image: nishiki/debian10:molecule
- name: debian12
image: nishiki/debian12:molecule
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
command: /bin/systemd
capabilities:
- SYS_ADMIN