cloudera.exe.prereq_services role – Manage operating system services for deployments

Note

This role is part of the cloudera.exe collection (version 3.0.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install cloudera.exe..

To use it in a playbook, specify: cloudera.exe.prereq_services.

Entry point main – Manage operating system services for deployments

New in cloudera.exe 3.0.0

Synopsis

  • Manage operating system services for Cloudera on premises deployment.

  • Includes installing and configuring required services as well as disabling unnecessary services.

Parameters

Parameter

Comments

prereq_services_nscd_package

string

Name of the nscd package to install

Default: "nscd"

prereq_services_nscd_service

string

Name of the nscd service to enable

Default: "nscd"

prereq_services_unnecessary_services

list / elements=string

List of unwanted OS services that will be disabled.

Default: ["bluetooth", "cups", "postfix"]

Authors

  • Jim Enright