Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 666 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 666 Bytes

timescaledb

Build Status

Download and install postgresql database and add the TimeScaleDB extension.

Requirements

None

Role Variables

timescaledb_database_user: <str, postgresql username>
timescaledb_database_password: <str, postgresql user password>
timescaledb_database_name: <str, postgresql database to be created>

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - role: ansible-role-timescaledb

License

None

Author Information

Tomas Bellus