ansible command
adhoc command:
Jul 23, 20231 min read131

Search for a command to run...
Articles tagged with #ansible
adhoc command:

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:...
