Skip to content

dhoeric/ansible-aws-ssm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhoeric.aws-ssm

Build Status Ansible Role Ansible Role

Install AWS EC2 Systems Manager (SSM) agent

http://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent.html

Requirements

None

Role Variables

Available variables are listed below, along with default values:

# The defaults provided by this role are specific to each distribution.
url: 'amd64'

For installion in Raspbian, please find the activation code and id before using this role

url: 'arm'
aws_ssm_activation_code:
aws_ssm_activation_id:
aws_ssm_ec2_region: "{{ec2_region}}"

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: dhoeric.aws-ssm }

License

MIT

Author Information

https://www.github.com/dhoeric