Download and install postgresql database and add the TimeScaleDB extension.
None
timescaledb_database_user: <str, postgresql username>
timescaledb_database_password: <str, postgresql user password>
timescaledb_database_name: <str, postgresql database to be created>
None
- hosts: servers
roles:
- role: ansible-role-timescaledb
None
Tomas Bellus