Role - edpm-container-rm

osp.edpm.edpm_container_rm role – The main entry point for the edpm_container_rm role.

Entry point main – The main entry point for the edpm_container_rm role.

Synopsis

Parameters

Parameter

Comments

edpm_container_cli

string

Set the container command line entry-point

Default: "{{ container_cli | default('podman') }}"

edpm_containers_to_rm

list / elements=string

List of containers to delete

Default: ["{{ containers_to_rm | default([]) }}"]