项目作者: pillarsdotnet

项目描述 :
Integrate Puppet and Terraform so that build plans can be stored as Puppet hiera (yaml) files.
高级语言: Pascal
项目地址: git://github.com/pillarsdotnet/puppet-iay.git
创建时间: 2019-05-20T19:12:44Z
项目社区:https://github.com/pillarsdotnet/puppet-iay

开源协议:

下载


Infrastructure As Yaml

Table of Contents

  1. Description
  2. Setup - The basics of getting started with iay
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

This module may be used to build and maintain infrastructure via Terraform.

Setup

Setup Requirements OPTIONAL

As noted in metadata.json, the
following are required:

Beginning with iay

Include the iay class on a single node, either via the per-node hiera data:

  1. classes:
  2. - 'iay'

… or in the node manifest:

  1. include ::iay

Usage

TBD

Reference

See REFERENCE.md.

Limitations

Not all Terraform provisioners have been coded yet.

Development

Submit bug-reports, issues, and pull-requests to this project.

Changelog

See CHANGELOG.md.