Commit 9eb8a210 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

kubespray.yml

parent d6045682
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
---

- name: Setup Kubespray
  hosts: localhost
  connection: local
  hosts: kubernetes
  become: no
  gather_facts: no
  tasks:
@@ -12,3 +11,5 @@
        version: "{{ kubespray_commit }}"
        dest: kubespray
        clone: yes
      delegate_to: 127.0.0.1
      run_once: True