Commit 8ddb35d1 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Merge branch 'trunk' into 'master'

kubespray.yml

See merge request infrastructure/system-configurations/kubernetes-kubespray-setup!27
parents ef4e18e7 9eb8a210
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