Bertrand Lanson
f39e1f95d0
this patch adds support for in-role management of reload and restarts of the systemd service it also adds support for ubuntu 24
27 lines
537 B
YAML
27 lines
537 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
|
|
- noble
|
|
- name: Debian
|
|
versions:
|
|
- bullseye
|
|
- bookworm
|
|
galaxy_tags:
|
|
- "ubuntu"
|
|
- "debian"
|
|
- "docker"
|
|
- "systemd"
|
|
|
|
dependencies: []
|