singleplatform-eng.awslogs

Status budowy

ansible-role-awslogs

Rola Ansible do instalacji i konfiguracji agenta CloudWatch Logs

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

Zmienne Roli

  • awslogs_config: lista plików dziennika do monitorowania

    Przykład:

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

Przykładowa gra

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

Informacje o autorze

SinglePlatform Engineering

Licencja

BSD 3-Clause

O projekcie

Install and configure the CloudWatch Logs Agent.

Zainstaluj
ansible-galaxy install singleplatform-eng.awslogs
Licencja
Unknown
Pobrania
7.3k
Właściciel
Open source code from the SinglePlatform Engineering team.