mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 16:53:04 +00:00
Update roles/kube-master/tasks/main.yml
This commit is contained in:
@ -40,12 +40,12 @@
|
|||||||
debug:
|
debug:
|
||||||
var: flannel_manifest.stdout
|
var: flannel_manifest.stdout
|
||||||
|
|
||||||
#- name: Adicionar --iface=eth1 ao flanneld
|
- name: Adicionar --iface=eth0 ao flanneld
|
||||||
# become: true
|
become: true
|
||||||
# ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
# path: /tmp/kube-flannel.yml
|
path: /tmp/kube-flannel.yml
|
||||||
# insertafter: ' - --kube-subnet-mgr'
|
insertafter: ' - --kube-subnet-mgr'
|
||||||
# line: ' - --iface=eth1'
|
line: ' - --iface=eth0'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user