awslogs

Build Status

ansible-role-awslogs

Ansible role for installing and configuring the CloudWatch Logs Agent

https://galaxy.ansible.com/singleplatform-eng/awslogs/

Role Variables

  • awslogs_config: list of log files to monitor

    Example:

      awslogs_config:
        - file: /var/log/syslog
          datetime_format: "%b %d %H:%M:%S"
          log_group_name: syslog
    

Example Playbook

- hosts: all
  become: yes
  roles:
      - ansible-role-awslogs

Author Information

SinglePlatform Engineering

License

BSD 3-Clause

About

Install and configure the CloudWatch Logs Agent.

Install
ansible-galaxy install singleplatform-eng/ansible-role-awslogs
GitHub repository
License
Unknown
Downloads
6623
Owner
Open source code from the SinglePlatform Engineering team.