Ansible Task Delegation: From Introduction to Abandonment (Part 24)

Ansible Task Delegation: From Introduction to Abandonment (Part 24)

Ansible Task Delegation Task Delegation Let’s discuss two scenarios: • Deploying a K8S cluster using Ansible (assuming using <span>kubeadm</span> to initialize the cluster). The Playbook will first perform initialization configuration on the <span>all</span> host group (installing packages, setting <span>sysctl</span>, <span>selinux</span>, etc.), and then it needs to execute <span>kubeadm init</span> on one node to start the … Read more