singleplatform-eng.awslogs

Build Status

ansible-role-awslogs

This Ansible role helps you install and set up the CloudWatch Logs Agent.

You can find it here: https://galaxy.ansible.com/singleplatform-eng/awslogs/

Role Variables

  • awslogs_config: a list of log files to keep track of

    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

Created by SinglePlatform Engineering

License

This is licensed under the BSD 3-Clause license.

Informazioni sul progetto

Install and configure the CloudWatch Logs Agent.

Installa
ansible-galaxy install singleplatform-eng.awslogs
Licenza
Unknown
Download
7.3k
Proprietario
Open source code from the SinglePlatform Engineering team.