Update roles/kube-master/tasks/main.yml

This commit is contained in:
2025-10-15 19:55:13 +00:00
parent 608877b0e9
commit 60ccc5e20a

View File

@ -2,6 +2,14 @@
# command: kubeadm init --pod-network-cidr=192.168.3.0/16 --apiserver-advertise-address=192.168.2.50
# creates: /etc/kubernetes/admin.conf
- name: Instalar pip3 no host remoto
ansible.builtin.apt:
name: python3-pip
state: present
update_cache: true
- name: Instalar ruamel.yaml no host remoto
ansible.builtin.pip:
name: ruamel.yaml