Skip to content

noobient/ansible-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-systemd

About

Docker images with systemd enablement to be used in Ansible Galaxy roles in GitHub Actions workflows

When using Podman, log in with:

podman login docker.io

Usage

Start the instance:

CONT_ID=$(podman run --rm --detach "bviktor/ansible-systemd-fedora:43")

Enter:

podman exec -it "${CONT_ID}" bash

Destroy:

podman stop "${CONT_ID}"

For more examples, please refer to the galaxy-debug tool.

About

Docker images with systemd enablement to be used in Ansible Galaxy roles in GitHub Actions workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors