TOSIT-IO / tdp-collection-extras

Ansible roles to deploy the extra components of TDP
Apache License 2.0
5 stars 13 forks source link

fix: hue install failed when postgresql group missing #176

Closed giem-git closed 5 months ago

giem-git commented 5 months ago

Additional comments

Hue configuration fails when postgreql group is absent from ansible inventory. This is due to a reference to groups['postgresql'] in hue.ini.j2

Fixed by adding a default filter. Besides, we configure a sqlite3 engine by default.

Agreements

giem-git commented 5 months ago

Just pushed a simple version. Without an ansible postgresql group, hue database config will have to be overriden by a tdp_vars_override.