Ansible
Here's a simple Ansible playbook with two tasks: one task to install Docker and another task to install Kubernetes components (Kubectl and Minikube):
---
- name: Simple Playbook for Docker and Kubernetes
hosts: target_hosts
become: true
tasks:...
shreyashbhise.hashnode.dev6 min read