From 8cade5994129d55e9562b7201dd401044ce711cf Mon Sep 17 00:00:00 2001 From: Andre Araujo Date: Thu, 3 Mar 2022 09:34:53 +1100 Subject: [PATCH] Added a task to deploy the PostgreSQL connector Signed-off-by: Andre Araujo --- cluster.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cluster.yml b/cluster.yml index 4c13029..9fe6422 100644 --- a/cluster.yml +++ b/cluster.yml @@ -158,6 +158,17 @@ - oracle_connector - full_cluster +- name: Install PostgreSQL Connector + hosts: cloudera_manager, cluster + gather_facts: no + become: yes + roles: + - role: cloudera.cluster.prereqs.postgresql_connector + when: database_type == 'postgresql' + tags: + - postgresql_connector + - full_cluster + # ENDBLOCK # Prepare Nodes # STARTBLOCK # Create Cluster Service Infrastructure