Skip to content

Commit 3de94ff

Browse files
authored
Added a task to deploy the PostgreSQL connector (#77)
Signed-off-by: Andre Araujo <[email protected]>
1 parent 7ad6530 commit 3de94ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cluster.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,17 @@
158158
- oracle_connector
159159
- full_cluster
160160

161+
- name: Install PostgreSQL Connector
162+
hosts: cloudera_manager, cluster
163+
gather_facts: no
164+
become: yes
165+
roles:
166+
- role: cloudera.cluster.prereqs.postgresql_connector
167+
when: database_type == 'postgresql'
168+
tags:
169+
- postgresql_connector
170+
- full_cluster
171+
161172
# ENDBLOCK # Prepare Nodes
162173
# STARTBLOCK # Create Cluster Service Infrastructure
163174

0 commit comments

Comments
 (0)