- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with codedeploy
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
This module installs and enables the AWS CodeDeploy agent.
The AWS Codedeploy allows you to automatically deploy applications to AWS instances from S3 or GitHub. This module installs any required packages followed by the CodeDeploy agent. It then enables the codedeploy-agent service and ensures that it is running.
- Packages
- codedeploy-agent
- awscli (Debian)
- Services
- codedeploy-agent daemon
The codedeploy-agent package requires a version of Ruby > 2.0.x to be installed under /usr/bin/ruby. This dependency must be satisfied prior to installing the codedeploy-agent package. The recommended way of doing this is via the puppetlabs/ruby module.
Install the AWS CodeDeploy agent and ensure the agent is running
include '::ruby'
include '::codedeploy'