Install AWS EC2 Systems Manager (SSM) agent
http://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent.html
None
None
None
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 }
MIT