X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fkubeconfig%2Ftasks%2Finstall.yml;h=2a0299af52a555174cf8a12d197e97ca7e1759dc;hb=refs%2Fchanges%2F07%2F3507%2F1;hp=149a776990f7403ad9b10a553fdd6d49ad856b7b;hpb=f31ea505c253ffbc7d1e0bbc97e8d750c3e6858b;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/kubeconfig/tasks/install.yml b/ocd/infra/playbooks/roles/kubeconfig/tasks/install.yml index 149a776..2a0299a 100644 --- a/ocd/infra/playbooks/roles/kubeconfig/tasks/install.yml +++ b/ocd/infra/playbooks/roles/kubeconfig/tasks/install.yml @@ -13,7 +13,7 @@ # limitations under the License. --- -# tasks file for k8s +# tasks file for transferring kubeconfig files - name: debug msg debug: msg: transfering config file to OCD Host @@ -24,10 +24,3 @@ src: /root/.kube/config dest: /root/.kube/config-{{ ansible_host }} flat: yes - -- name: Fetch the file from the edge nodes to ocd-host - run_once: yes - fetch: - src: /root/.kube/config - dest: /root/.kube/kubeconfig/{{ ansible_host }} - flat: yes