Forge Home

mcollective_choria

A suite of MCollective Plugins for AIO Puppet

339,456 downloads

1,097 latest version

0.8 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.22.1 (latest)
  • 0.22.0
  • 0.21.5
  • 0.21.4
  • 0.21.3
  • 0.21.2
  • 0.21.1
  • 0.21.0
  • 0.20.3
  • 0.20.2
  • 0.20.1
  • 0.20.0
  • 0.19.0
  • 0.18.0
  • 0.17.3
  • 0.17.2
  • 0.17.1
  • 0.17.0
  • 0.16.1
  • 0.16.0
  • 0.15.0
  • 0.14.1
  • 0.14.0
  • 0.13.1
  • 0.13.0
  • 0.12.1
  • 0.12.0
  • 0.11.0
  • 0.10.0
  • 0.9.0
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4.0
  • 0.3.1
  • 0.3.0
  • 0.2.0
  • 0.1.0
  • 0.0.28
  • 0.0.27
  • 0.0.26
  • 0.0.25
  • 0.0.24
  • 0.0.23
  • 0.0.22
released Jul 18th 2020
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x
  • Puppet >= 6.0.0 < 7.0.0

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'choria-mcollective_choria', '0.18.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add choria-mcollective_choria
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install choria-mcollective_choria --version 0.18.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

choria/mcollective_choria — version 0.18.0 Jul 18th 2020

mcollective_choria

Table of Contents

  1. Overview
  2. Usage
  3. Configuration

Overview

A distribution of plugins for MCollective designed to create a production ready MCollective install in 30 minutes.

The main goal is ease of use and installation however a number of new end user features are added to MCollective while building on a the PuppetCA for security.

Includes:

  • A flexible Playbook system that can integrate MCollective and Puppet with many other systems
  • A Connector using NATS.io
  • Support for SRV records for configuration to atain a zero config setup
  • Every component uses strong SSL encryption that cannot be disabled.
  • Integration with PuppetDB, PuppetCA, Puppet Bolt, Puppet Tasks and Puppet Plans.

See choria.io for full details

Module Description

Usage

A deployment guide can be found at the Choria Website

Data Reference

  • mcollective_choria::gem_dependencies - Deep Merged Hash of gem name and version this module depends on
  • mcollective_choria::manage_gem_dependencies - disable managing of gem dependencies
  • mcollective_choria::package_dependencies - Deep Merged Hash of package name and version this module depends on
  • mcollective_choria::manage_package_dependencies - disable managing of packages dependencies
  • mcollective_choria::class_dependencies - Array of classes to include when installing this module
  • mcollective_choria::package_dependencies - disable managing of class dependencies
  • mcollective_choria::config - Deep Merged Hash of common config items for this module
  • mcollective_choria::server_config - Deep Merged Hash of config items specific to managed nodes
  • mcollective_choria::client_config - Deep Merged Hash of config items specific to client nodes
  • mcollective_choria::client - installs client files when true - defaults to $mcollective::client
  • mcollective_choria::server - installs server files when true - defaults to $mcollective::server
  • mcollective_choria::ensure - present or absent