ansible-middleware/keycloak

Support for debian/ubuntu os

Closed this issue · 3 comments

SUMMARY

Currently the available roles only supports RHEL and derivatives, but it should not hard to support also debian derivates still leveraging systemd.

(currently not high priority for us but can be in the next future)

ISSUE TYPE
  • Feature Idea

+1, would help for Debian-focused stacks. I didn't realize this was required until Ansible complained about /etc/sysconfig.

As a short-term stopgap, asserting ansible_facts.os_family == "RHEL" would be a good sanity check prior to starting.

We already have this ; however adding a precondition check won't hurt I guess.

debian/ubuntu is not in my roadmap, but of course contributions are more than welcome!