Git Product home page Git Product logo

bolt-puppet-node-executor's Introduction

Puppet Bolt Node Execution / File Copier Plugins

This plugin provides a node-executor and file-copier using Puppet Bolt. Use this plugin if you want to access remote servers using Puppet Bolt command.

Requierments

  • Puppet Bolt need to be installed on rundeck server
  • Python need to be installed on rundeck server

Plugin Configuration Properties

  • Prototol: Set protocol of the remote node. The options are SSH or WINRM (windows hosts)
  • Password Authentication (using key storage).
  • Dry run? If set true, just print the command invocation that would be used but do not execute the command. This is useful to preview.

Dry run mode

You can configure the plugin to just print the invocation string to the console. This can be useful when defining the configuration properties.

Configuration

The plugin can be configured as a default node executor and file copier on a Project. Use the Simple Conguration tab to see the configuration properties.

Also you can define the configuration at node level, setting the node-executor and file-copier attributes, for example:

<node name="LinuxNode" 
	   description="Remote Linux SSH Node" 
	   tags="Linux" 
	   node-executor="bolt-executor"
	   file-copier="bolt-file-copier"
	   hostname="192.168.0.1" 
	   osArch="x86_64" 
	   osFamily="Linux" 
	   osName="Centos 7" 
	   username="rundeckuser" 
	   bolt-protocol="ssh"
	   bolt-password-storage-path ="keys/node/linux.password" />

<node name="Windows" 
	   description="Remote Windows Node" 
	   tags="Windows" 
	   node-executor="bolt-executor"
	   file-copier="bolt-file-copier"
	   hostname="192.168.0.2" 
	   osArch="x86_64" 
	   osFamily="windows" 
	   osName="Microsoft Windows Server 2012 R2 Standard"
	   username="rundeckuser" 
	   bolt-protocol="winrm"
	   bolt-password-storage-path ="keys/node/windows.password" />

bolt-puppet-node-executor's People

Contributors

ltamaster 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.