feat: add debian11 support
This commit is contained in:
parent
164ab5a269
commit
1519516f36
4 changed files with 13 additions and 1 deletions
|
@ -5,7 +5,9 @@ Install and configure Icinga2
|
|||
## Requirements
|
||||
|
||||
* Ansible >= 2.9
|
||||
* Debian Buster
|
||||
* Debian
|
||||
* Buster
|
||||
* Bullseye
|
||||
|
||||
## Role variables
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ galaxy_info:
|
|||
- name: Debian
|
||||
versions:
|
||||
- buster
|
||||
- bullseye
|
||||
|
||||
galaxy_tags:
|
||||
- monitoring
|
||||
|
|
|
@ -10,6 +10,14 @@ platforms:
|
|||
command: /bin/systemd
|
||||
capabilities:
|
||||
- SYS_ADMIN
|
||||
- name: debian11
|
||||
image: nishiki/debian11:molecule
|
||||
privileged: true
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
command: /bin/systemd
|
||||
capabilities:
|
||||
- SYS_ADMIN
|
||||
lint: |
|
||||
set -e
|
||||
yamllint .
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
ansible.builtin.package:
|
||||
name:
|
||||
- apt-transport-https
|
||||
- gpg
|
||||
retries: 2
|
||||
register: result
|
||||
until: result is succeeded
|
||||
|
|
Loading…
Reference in a new issue