Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amaurybsouza/904fcd2614011a4cc153f1baa36e5a25 to your computer and use it in GitHub Desktop.
Save amaurybsouza/904fcd2614011a4cc153f1baa36e5a25 to your computer and use it in GitHub Desktop.
Ansible_playbook
---
# Author: Amaury Borges Souza
# Description: Kubernetes Cluster Health Check
# Usage: ansible-playbook kubernetes_health_check.yml -i inventory.yml
# Ansible_version: ansible 2.10.8
# License: GNU General Public License
- name: Kubernetes Cluster Health Check
hosts: k8s
become: true
gather_facts: false
tasks:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment