2023-12-03 14:39:24 +00:00
|
|
|
---
|
2023-12-03 21:56:21 +00:00
|
|
|
# meta file for docker_systemd_service
|
2023-12-03 14:39:24 +00:00
|
|
|
galaxy_info:
|
|
|
|
namespace: 'ednxzu'
|
|
|
|
role_name: 'docker_systemd_service'
|
|
|
|
author: 'Bertrand Lanson'
|
2023-12-03 21:56:21 +00:00
|
|
|
description: 'Create Systemd services for docker containers.'
|
2023-12-03 14:39:24 +00:00
|
|
|
license: 'license (BSD, MIT)'
|
|
|
|
min_ansible_version: '2.10'
|
|
|
|
platforms:
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- focal
|
|
|
|
- jammy
|
|
|
|
- name: Debian
|
|
|
|
versions:
|
|
|
|
- bullseye
|
2023-12-03 21:56:21 +00:00
|
|
|
- bookworm
|
2023-12-03 14:39:24 +00:00
|
|
|
galaxy_tags:
|
|
|
|
- 'ubuntu'
|
|
|
|
- 'debian'
|
|
|
|
- 'docker'
|
2023-12-03 21:56:21 +00:00
|
|
|
- 'systemd'
|
2023-12-03 14:39:24 +00:00
|
|
|
|
|
|
|
dependencies: []
|