/puppet-ssm

Amazon EC2 Simple Systems Manager (SSM) agent (i.e. the EC2 run command)

Primary LanguagePuppet

ssm

Table of Contents

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

Description

Downloads and installs the amazon-ssm-agent, i.e. the EC2 run command agent

Setup

Setup Requirements

This module should support: Amazon (2016.03) CentOS (6, 7) Debian (7, 8) OracleLinux (6, 7) RedHat (6, 7) Scientific (6, 7) Ubuntu (14.04 (Trusty), 12.04 (Precise))

Pull requests for other distributions welcome.

Typical Usage

class { 'ssm':
  region => 'us-east-1',
}

Advanced Options

class { 'ssm':
  region         => 'us-east-1',
  manage_service => false,
  custom_url     => 'my.fancy.url/foo/bar',
  custom_path    => '/my/download/path/for/package/',
}

Limitations

Only tested with Ubuntu 14.04 (Trusty) and 12.04 (Precise) by myself. @chroto submitted a pull request for CentOS support, I assume he tested it. :-) Shawn Sterling tested on Amazon linux.

Will not work with any other distros. Pull requests accepted.

Release Notes/Contributors/Etc. Optional

Check the CHANGELOG.md for release notes and bug fixes.