Add seT_remote_user in synchronize
This commit is contained in:
parent
9b083b62cf
commit
f68d8f3757
3 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
archive: no
|
||||
checksum: yes
|
||||
times: yes
|
||||
set_remote_user: false
|
||||
delegate_to: "{{ groups['downloader'][0] }}"
|
||||
|
||||
- name: Perms kubectl binary
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
dest: "{{ bin_dir }}/kubelet"
|
||||
times: yes
|
||||
archive: no
|
||||
set_remote_user: false
|
||||
delegate_to: "{{ groups['downloader'][0] }}"
|
||||
notify:
|
||||
- restart kubelet
|
||||
|
@ -40,6 +41,7 @@
|
|||
dest: "/usr/libexec/kubernetes/kubelet-plugins/net/exec/calico/calico"
|
||||
times: yes
|
||||
archive: no
|
||||
set_remote_user: false
|
||||
delegate_to: "{{ groups['downloader'][0] }}"
|
||||
when: kube_network_plugin == "calico"
|
||||
notify: restart kubelet
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
dest: "{{ bin_dir }}/calicoctl"
|
||||
archive: no
|
||||
times: yes
|
||||
set_remote_user: false
|
||||
delegate_to: "{{ groups['downloader'][0] }}"
|
||||
notify: restart calico-node
|
||||
|
||||
|
|
Loading…
Reference in a new issue