Add seT_remote_user in synchronize

This commit is contained in:
Antoine Legrand 2016-01-19 14:09:21 +01:00
parent 9b083b62cf
commit f68d8f3757
3 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@
archive: no
checksum: yes
times: yes
set_remote_user: false
delegate_to: "{{ groups['downloader'][0] }}"
- name: Perms kubectl binary

View file

@ -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

View file

@ -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