Git Product home page Git Product logo

puppet-rundeck_rd_winrm_plugin's Introduction

rundeck_rd_winrm_plugin

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with rundeck_rd_winrm_plugin
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

This module installs the rd-winrm-plugin Rundeck WinRM plugin and dependencies from [https://github.com/NetDocuments/rd-winrm-plugin][1]. [1]: https://github.com/NetDocuments/rd-winrm-plugin

Module Description

This module installs the rd-winrm-plugin Rundeck WinRM plugin and dependencies on top of an existing installation of Rundeck (either from manual steps or using a puppet modules such as 'puppet/rundeck').

Setup

What rundeck_rd_winrm_plugin affects

The list of installed components include the following:

  • OS Packages: make, ruby, ruby-devel, rubygems
  • Ruby Gems: winrm, winrm-fs
  • Rundeck Plugins: rd-winrm-plugin-x.x.x.zip

Installation of the plugin and dependencies is done from module-local files. These files are located in the files/gems and files/plugins directories.

Setup Requirements

You can add additional local versions of the plugin by running the download script and passing the plugin version as a parameter.

./files/download_setup_files.sh '1.3.2'

The above example would download 'rd-winrm-plugin-1.3.2.zip' to the 'files/plugins' directory. You can then use the downloaded plugin version by specifiying it as a value to the 'rd_winrm_plugin_version' class parameter.

Beginning with rundeck_rd_winrm_plugin

The very basic steps needed for a user to get the module up and running:

class { 'rundeck_rd_winrm_plugin': }

OR

class { 'rundeck_rd_winrm_plugin':
  rd_winrm_plugin_version => '1.3.2',
  rundeck_plugins_dir     => '/path/to/custom/plugins/directory',
}

Usage

###Classes and Defined Types

####Class: rundeck_rd_winrm_plugin The rundeck_rd_winrm_plugin module guides the basic installation and management of rundeck_rd_winrm_plugin Rundeck WinRM plugin.

Parameters within rundeck_rd_winrm_plugin: #####rd_winrm_plugin_version Specifiy the locally stored version of the plugin to install. Default value: '1.3.2'

#####rundeck_plugins_dir Specifiy the plugins directory for the Rundeck installation. Default value: '/var/lib/rundeck/libext'

#####rundeck_user Specifiy the user that Rundeck runs as on the server. Default value: 'rundeck'

#####rundeck_group Specifiy the group that Rundeck runs as on the server. Default value: 'rundeck'

#####rd_winrm_plugin_packages Specifiy an array of dependent packages to be installed. Default value: [ 'make', 'ruby' 'ruby-devel', 'rubygems' ]

Reference

###Classes ####Public Classes

Limitations

This module is tested on the following platforms:

  • RHEL/CentOS 7

Development/Contributing

Please read CONTRIBUTING.md for details on contributing to this project.

Release Notes

Please read CHANGELOG.md for release notes.

puppet-rundeck_rd_winrm_plugin's People

Contributors

rbramwell avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.