Ansible role to deploy docker containers as systemd services on debian-based systems. https://ednz.fr
Go to file
2023-12-05 19:23:38 +01:00
defaults feat(molecule): add default and default_vagrant tests 2023-12-05 19:23:38 +01:00
files Initial commit 2023-12-03 14:39:24 +00:00
handlers feat: make everything mostly work 2023-12-04 23:10:02 +01:00
meta feat: simple copy from mhutter role 2023-12-03 22:56:21 +01:00
molecule feat(molecule): add default and default_vagrant tests 2023-12-05 19:23:38 +01:00
tasks feat: make everything mostly work 2023-12-04 23:10:02 +01:00
templates feat(molecule): add default and default_vagrant tests 2023-12-05 19:23:38 +01:00
vars feat: make everything mostly work 2023-12-04 23:10:02 +01:00
.ansible-lint Initial commit 2023-12-03 14:39:24 +00:00
.gitignore Initial commit 2023-12-03 14:39:24 +00:00
.yamllint Initial commit 2023-12-03 14:39:24 +00:00
LICENSE Initial commit 2023-12-03 14:39:24 +00:00
README.md Initial commit 2023-12-03 14:39:24 +00:00

docker_systemd_service

A brief description of the role goes here.

Requirements

None.

Role Variables

Available variables are listed below, along with default values. A sample file for the default values is available in default/docker_systemd_service.yml.sample in case you need it for any group_vars or host_vars configuration.

your_defaults_here: default_value # by default, set to default_value

A quick description of the variable, what it does, and how to use it.

Dependencies

None.

Example Playbook

# calling the role inside a playbook with either the default or group_vars/host_vars
- hosts: servers
  roles:
    - ednxzu.docker_systemd_service

License

MIT / BSD

Author Information

This role was created by Bertrand Lanson in 2023.