All Projects → ansible-community → molecule-podman

ansible-community / molecule-podman

Licence: MIT license
Molecule Podman Driver allows use of podman as backend for testing.

Programming Languages

python
139335 projects - #7 most used programming language
Jinja
831 projects

Projects that are alternatives of or similar to molecule-podman

Molecule
Molecule aids in the development and testing of Ansible roles
Stars: ✭ 3,262 (+6695.83%)
Mutual labels:  podman, molecule-driver, ansible-devtools
molecule-docker
Molecule Docker Driver allows molecule users to test Ansible code using docker containers.
Stars: ✭ 71 (+47.92%)
Mutual labels:  molecule-driver, ansible-devtools
molecule-libvirt
Molecule LibVirt Provider
Stars: ✭ 35 (-27.08%)
Mutual labels:  molecule-driver
infraform
Creating infrastructure and running applications using different platforms
Stars: ✭ 31 (-35.42%)
Mutual labels:  podman
podman-static
static podman binaries and container image
Stars: ✭ 108 (+125%)
Mutual labels:  podman
podman-desktop
launch and setup vms for podman
Stars: ✭ 28 (-41.67%)
Mutual labels:  podman
molecule-ec2
molecule-ec2
Stars: ✭ 46 (-4.17%)
Mutual labels:  molecule-driver
molecule-hetznercloud
Molecule Hetzner Cloud driver 💀
Stars: ✭ 21 (-56.25%)
Mutual labels:  molecule-driver
cni-plugins
CNI Plugins compatible with nftables
Stars: ✭ 29 (-39.58%)
Mutual labels:  podman
lede-dockerbuilder
A (container based) LEDE/OpenWrt image builder.
Stars: ✭ 53 (+10.42%)
Mutual labels:  podman
simplenetes
The sns tool is used to manage the full life cycle of your Simplenetes clusters. It integrates with the Simplenetes Podcompiler project podc to compile pods.
Stars: ✭ 731 (+1422.92%)
Mutual labels:  podman
gnome-shell-extension-containers
containers is a gnome-shell extension to manage linux container, run by podman
Stars: ✭ 40 (-16.67%)
Mutual labels:  podman
opensvc
The OpenSVC node agent
Stars: ✭ 27 (-43.75%)
Mutual labels:  podman
podman-py
Python bindings for Podman's RESTful API
Stars: ✭ 140 (+191.67%)
Mutual labels:  podman
podman-api-rs
Rust interface to Podman (libpod).
Stars: ✭ 37 (-22.92%)
Mutual labels:  podman
docker-pushrm
"Docker Push Readme" - a Docker CLI plugin to update container repo docs
Stars: ✭ 100 (+108.33%)
Mutual labels:  podman
plasma-docker
Plasmoid for KDE Plasma to control docker containers
Stars: ✭ 38 (-20.83%)
Mutual labels:  podman
snc
Single Node Cluster creation scripts for OpenShift 4.x as used by CodeReady Containers
Stars: ✭ 84 (+75%)
Mutual labels:  podman
molecule-openstack
Molecule OpenStack Driver
Stars: ✭ 15 (-68.75%)
Mutual labels:  molecule-driver
ansible-language-server
Ansible Language Server
Stars: ✭ 114 (+137.5%)
Mutual labels:  ansible-devtools

Molecule Podman Plugin

PyPI Package Python Black Code Style Repository License

Molecule Podman Plugin is designed to allow use Podman containers for provisioning test resources.

This plugin requires containers.podman collection to be present:

ansible-galaxy collection install containers.podman

Please note that this driver is currently in its early stage of development.

Change podman executable

To change the podman executable from the standard podman, export environment variable MOLECULE_PODMAN_EXECUTABLE. For instance, if you wish to run molecule with podman-remote instead of ordinary podman, the variable can be exported as:

$ export MOLECULE_PODMAN_EXECUTABLE=podman-remote

Get Involved

License

The MIT License.

The logo is licensed under the Creative Commons NoDerivatives 4.0 License.

If you have some other use in mind, contact us.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].