Created
June 19, 2022 18:18
-
-
Save amaurybsouza/904fcd2614011a4cc153f1baa36e5a25 to your computer and use it in GitHub Desktop.
Ansible_playbook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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