Bertrand Lanson
d5af8a6886
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 46s
test / Molecule tests (default, ubuntu2204) (push) Successful in 46s
test / Molecule tests (default, debian12) (push) Successful in 52s
test / Molecule tests (with_custom_flags, ubuntu2004) (push) Successful in 1m3s
test / Molecule tests (with_custom_flags, ubuntu2204) (push) Successful in 32s
test / Molecule tests (with_custom_flags, debian12) (push) Successful in 33s
test / Molecule tests (default, ubuntu2004) (push) Successful in 32s
test / Molecule tests (with_custom_flags, debian11) (push) Successful in 31s
26 lines
521 B
YAML
26 lines
521 B
YAML
---
|
|
# meta file for docker_systemd_service
|
|
galaxy_info:
|
|
namespace: "ednz_cloud"
|
|
role_name: "docker_systemd_service"
|
|
author: "Bertrand Lanson"
|
|
description: "Create Systemd services for docker containers."
|
|
license: "license (BSD, MIT)"
|
|
min_ansible_version: "2.10"
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- focal
|
|
- jammy
|
|
- name: Debian
|
|
versions:
|
|
- bullseye
|
|
- bookworm
|
|
galaxy_tags:
|
|
- "ubuntu"
|
|
- "debian"
|
|
- "docker"
|
|
- "systemd"
|
|
|
|
dependencies: []
|