Configures an AWS EC2 instance to send memory statistics to Cloudwatch. This role assumes that you have provisioned your instance using an IAM role that has access to Cloudwatch.
$ ansible-galaxy install crushlovely.cloudwatch,v1.0.0
Once this role is installed on your system, include it in the roles list of your playbook.
- hosts: localhost
roles:
- { role: crushlovely.cloudwatch }
Standalone Role
MIT