#- name: Install collectd # apt: # name: collectl # state: present - name: Install CloudWatch agent for Ubuntu apt: deb: https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/amd64/latest/amazon-cloudwatch-agent.deb state: present - name: Create basic CW agent config copy: dest: /opt/aws/amazon-cloudwatch-agent/bin/config.json backup: yes src: config.json - name: Enable and start agent shell: /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-ctl -a fetch-config -m ec2 -c file:/opt/aws/amazon-cloudwatch-agent/bin/config.json -s