Skip to content

alexandruanghel/cloudera_ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cm_ansible

create / delete a Cloudera cluster

This is an Ansible module that allows to create and delete a Cloudera cluster.

Prerequisites

How to use it

Being a custom Ansible module, it can be used in a couple of different ways:

  • put the file in a library folder under the structure of your cookbook (like in this example playbook)
  • have ANSIBLE_LIBRARY environment variable to point to the folder where the module resides

Example run:

  • Customize the cluster settings via the cloudera.yml file.

  • Run:

    ansible-playbook -i inventory/localhost cloudera.yml
    

About

Ansible module for Cloudera Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages