Skip to content

Instantly share code, notes, and snippets.

@ronardcaktus
ronardcaktus / sample_cloudwatch.yml
Last active June 22, 2023 18:12
Sample .yml file for CloudTrail to Monitoring
---
- name: kubernetes cluster management
hosts: cluster
vars:
ansible_connection: local
ansible_python_interpreter: "{{ ansible_playbook_python }}"
gather_facts: false
roles:
- role: caktus-role
tasks: