Skip to content

Ansible collection optimisation and new manage_dbserver

Compare
Choose a tag to compare
@vibhorkumar123 vibhorkumar123 released this 21 Oct 18:03
e16168b

In this release, we have optimized the roles and added a new role, manage_dbserver. The following are more details:

  1. Moved dict servers processing inside the role.
  2. Support for RHEL8/CentOS8 has been added.
    - If you are using RHEL8 on Azure, then make sure you have a proper RHEL subscription.
  3. Support for PostgreSQL 13.
  4. New role manage_dbserver has been added, which allows users to use a playbook for managing the following:
    • creating/dropping users.
    • managing privileges and roles
    • manage physical/logical slots
    • managing Postgres parameters
    • managing the HBA entries
    • creating/dropping extensions in the databases
    • managing pgpass file
    • copying specific files from local machine to dbserver
    • executing SQL scripts/Queries.
    • generating a random password for Postgres users.
  5. Single install support.