项目作者: bobhenkel

项目描述 :
Common Puppet Bolt module
高级语言: Python
项目地址: git://github.com/bobhenkel/common.git
创建时间: 2019-06-28T19:06:59Z
项目社区:https://github.com/bobhenkel/common

开源协议:MIT License

下载


Common Bolt Module

Bolt module that contains common tasks and plans that are widely and don’t have a better home.

To experiment with running a python based task:

  1. Install Bolt https://puppet.com/docs/bolt/latest/bolt_installing.html
  2. git clone git@github.com:bobhenkel/common.git
  3. cd common
  4. bolt puppetfile install --boltdir .
  5. bolt task run common::pytask -n localhost name='Bob' --module-path .