Releases: linux-system-roles/podman
Version 1.1.4
[1.1.4] - 2023-04-13
Other Changes
- ansible-lint - changed_when required even with conditional tasks (#57)
Version 1.1.3
Version 1.1.2
Version 1.1.1
Version 1.1.0
[1.1.0] - 2022-12-12
New Features
- add checking for subuid, subgid
Ensure that the specified user is present in /etc/subuid
.
Ensure that the specified group is present in /etc/subgid
.
Bug Fixes
- none
Other Changes
- none
Version 1.0.1
[1.0.1] - 2022-11-17
New Features
- none
Bug Fixes
- ensure role works with podman 4.3
- ensure role works with ansible-core 2.14
- ensure role passes ansible-lint 6.x
Other Changes
- fix role name
Version 1.0.0
[1.0.0] - 2022-11-01
New Features
-
Manage podman containers using the
podman kube play
Kubernetes YAML
file interface -podman_kube_spec
- system and user -
Automatically create host volume directories based on specifying host
mounted volumes in the K8s YAML spec -
Use
podman_host_directories
to provide detailed ownership, permissions,
SELinux policy, etc. for host directories created by the role -
Use
podman_firewall
to manage firewalld properties of ports specified
inpodman_kube_spec
-
Use
podman_selinux_ports
to manage SELinux policy for ports specified
inpodman_kube_spec
-
Manage config files using
podman_containers_conf
,podman_registries_conf
,
podman_storage_conf
, andpodman_policy_json
Bug Fixes
- none
Other Changes
- none