ansible-role-hadoop-cdh/README.md

43 lines
724 B
Markdown
Raw Normal View History

2020-07-21 11:15:59 +02:00
Role Name
=========
A role that installs the Cloudera Manager
2020-07-21 11:15:59 +02:00
Role Variables
--------------
2020-07-21 16:33:40 +02:00
The most important variables are listed below:
``` yaml
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'
2020-07-21 16:33:40 +02:00
```
2020-07-21 11:15:59 +02:00
Dependencies
------------
* openjdk
* nginx
2020-07-21 11:15:59 +02:00
License
-------
EUPL-1.2
Author Information
------------------
2020-07-21 16:33:40 +02:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>