├── LICENSE ├── README.md ├── tasks ├── cleanup.yml ├── install.yml └── main.yml └── templates └── awslogs.conf.j2 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmanio/ansible-aws-cloudwatch-logs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmanio/ansible-aws-cloudwatch-logs/HEAD/README.md -------------------------------------------------------------------------------- /tasks/cleanup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmanio/ansible-aws-cloudwatch-logs/HEAD/tasks/cleanup.yml -------------------------------------------------------------------------------- /tasks/install.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmanio/ansible-aws-cloudwatch-logs/HEAD/tasks/install.yml -------------------------------------------------------------------------------- /tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmanio/ansible-aws-cloudwatch-logs/HEAD/tasks/main.yml -------------------------------------------------------------------------------- /templates/awslogs.conf.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmanio/ansible-aws-cloudwatch-logs/HEAD/templates/awslogs.conf.j2 --------------------------------------------------------------------------------