Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: podman: set podman connection information for ansible
Ansible connection.podman.podman connection module uses ansible_host as a container ID to connect to. Use container ID instead of IP address which cannot be reached in rootless setup anyway. It makes `ansible -c podman -i metadata-inventory.yaml` usable in rootless podman setup because one cannot connect over IP addresses to the containers as the networking bridge is not visible from the host. Signed-off-by: Alexander Bokovoy <[email protected]>
- Loading branch information