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

This commit is contained in:
2025-11-05 15:07:47 +00:00
parent 1e20c82f27
commit 9e50c6c110

View File

@ -40,12 +40,12 @@
debug:
var: flannel_manifest.stdout
- name: Adicionar --iface=eth0 ao flanneld
- name: Adicionar --iface=enp6s19 ao flanneld
become: true
ansible.builtin.lineinfile:
path: /tmp/kube-flannel.yml
insertafter: ' - --kube-subnet-mgr'
line: ' - --iface=eth1'
line: ' - --iface=enp6s19'