Automate OpenHAB with Ansible and Podman container

Hi,

I thought I share how I run my OpenHAB in container. I am past using docker, I use nowadays podman. Which is docker (OCI) compatible, but fully open source and comes with at least fedora based distributions. And doesn’t need docker daemon.

I used OpenHAB as example in my automation blog. I put link here in case if anyone here is looking for automated easy way of running OpenHAB.

See blog here: https://redhatnordicssa.github.io/ansible-podman-containers-1

BR, ikke

3 Likes

Hello @ikkeT ,
Very interested in your approach to automating the deployment of OpenHAB the whole home automation environment using podman and Ansible.
Which applications have you deployed to date using that framework, e.g. OpenHAB, Node-Red, Grafana, etc. Have you posted the Ansible scripts in a repository?
Thanks!

1 Like

Hi @Sylvain, actually, I posted some samples into github recently. Here you go:

have fun!

1 Like

Thanks a lot Iika !

1 Like