Role that installs the Cloudera CDH distribution and Cloudera Manager https://www.cloudera.com/downloads.html
Go to file
Andrea Dell'Amico a3ff075ee9 Custom CM server defaults. 2020-07-22 13:21:08 +02:00
defaults Custom CM server defaults. 2020-07-22 13:21:08 +02:00
files Import the old role, add some fixes. 2020-07-21 16:33:40 +02:00
handlers Custom CM server defaults. 2020-07-22 13:21:08 +02:00
meta Fix a typo. 2020-07-22 12:30:31 +02:00
tasks Custom CM server defaults. 2020-07-22 13:21:08 +02:00
templates Custom CM server defaults. 2020-07-22 13:21:08 +02:00
tests Initial commit 2020-07-21 11:15:59 +02:00
vars Do not install nginx unconditionally. 2020-07-22 11:55:38 +02:00
.gitignore Initial commit 2020-07-21 11:15:59 +02:00
LICENSE Initial commit 2020-07-21 11:15:59 +02:00
README.md Move zeppelin into its own role. Add the nginx configuration. 2020-07-21 18:55:14 +02:00

README.md

Role Name

A role that installs the Cloudera Manager

Role Variables

The most important variables are listed below:

cdh_manager_install: False
cdh_major_version: 5
cdh_release_version: '16.2'
cdh_use_separate_postgres_db: True
cdh_postgres_db_host: localhost
cdh_postgres_db_name: cdh
cdh_postgres_db_user: cdh
cdh_postgres_db_schema: cdh
cdh_postgresql_version: 10
postgresql_jdbc_driver_version: 42.2.14

# Cloudera Manager is reachable via a nginx reverse proxy. See the vars file
https_allowed_hosts:
  - '0.0.0.0/0'

Dependencies

  • openjdk
  • nginx

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it