Saltified Home Assistant

Hi,

I’ve started with HA. As all my systems are managed with Saltstack. I’ve also installed and configured my Home Assistant with Salt. It does all the needed bits:

  • Install packages
  • Setup the postgres database
  • Get certificate from the CA
  • Configure nginx proxy
  • Setup restic profile so I have backups
  • Configures OIDC for Kanidm

I created a Saltstack Formula called Hausmeister for Home Assistant. It

  • Installs needed packages
  • Manages config files
  • Installs custom components

If someone is interested to get HA setup on openSUSE and wants to do everything with Salt, here you go:

Cheers

2 Likes

Hey, used to work in a team managing a large fleet of Suse servers with saltstack. Fun times. Have not looked at salt in the last years, so it was fun browsing your repo :grinning:

I have no real use for it as I’m running HAOS, but I like the option!

1 Like

Thanks :slight_smile:

Former large SaltStack fleet manager here, this is very cool. I also use it to manage my HA setup, including config and updates (via pip, old school!).

1 Like