singleplatform-eng.awslogs

Estado de Construcción

ansible-role-awslogs

Rol de Ansible para instalar y configurar el Agente de CloudWatch Logs

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

Variables del Rol

  • awslogs_config: lista de archivos de registro a monitorear

    Ejemplo:

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

Ejemplo de Playbook

- hosts: todos
  become: 
  roles:
      - ansible-role-awslogs

Información del Autor

SinglePlatform Engineering

Licencia

BSD 3-Cláusulas

Acerca del proyecto

Install and configure the CloudWatch Logs Agent.

Instalar
ansible-galaxy install singleplatform-eng.awslogs
Licencia
Unknown
Descargas
7.3k
Propietario
Open source code from the SinglePlatform Engineering team.