- Description
- Setup - The basics of getting started with ssm
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Downloads and installs the amazon-ssm-agent, i.e. the EC2 run command agent
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.
class { 'ssm':
region => 'us-east-1',
}
class { 'ssm':
region => 'us-east-1',
manage_service => false,
custom_url => 'my.fancy.url/foo/bar',
custom_path => '/my/download/path/for/package/',
}
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.
Check the CHANGELOG.md for release notes and bug fixes.