Compare commits

..

No commits in common. "ba2be732c006fd2e0a29ccc61e3c82a30dbd4375" and "74d567bd1a3b99384d109adb99f9d8f907b92e6e" have entirely different histories.

3 changed files with 3 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
*.retry

View File

@ -33,7 +33,7 @@
warn: False warn: False
creates: /usr/local/bin/kubectl-1.15.0 creates: /usr/local/bin/kubectl-1.15.0
- name: install kops - name: install kops
shell: curl -sLo /tmp/kops -L https://github.com/kubernetes/kops/releases/download/1.12.2/kops-linux-amd64 && install -m 755 /tmp/kops /usr/local/bin/kops-1.12.2 && rm -f /tmp/kops && ln -sf /usr/local/bin/kops-1.12.2 /usr/local/bin/kops shell: curl -sLo /tmp/kops -L https://github.com/kubernetes/kops/releases/download/1.10.0/kops-linux-amd64 && install -m 755 /tmp/kops /usr/local/bin/kops-1.10.0 && rm -f /tmp/kops && ln -sf /usr/local/bin/kops-1.10.0 /usr/local/bin/kops
args: args:
warn: False warn: False
creates: /usr/local/bin/kops-1.12.2 creates: /usr/local/bin/kops-1.12.2
@ -63,12 +63,7 @@
warn: False warn: False
creates: /usr/local/bin/stern-1.10.0 creates: /usr/local/bin/stern-1.10.0
- name: install kubectx - name: install kubectx
shell: curl -sLo /tmp/kubectx.tar.gz https://github.com/ahmetb/kubectx/archive/v0.6.3.tar.gz && cd /tmp && tar xzf kubectx.tar.gz && install -m 755 ./kubectx*/kubens /usr/local/bin/kubens-0.6.3 && install -m 755 ./kubectx*/kubectx /usr/local/bin/kubectx-0.6.3 && rm -rf /tmp/kubectx* && ln -sf /usr/local/bin/kubens-0.6.3 /usr/local/bin/kubens && ln -sf /usr/local/bin/kubectx-0.6.3 /usr/local/bin/kubectx shell: curl -sLo /tmp/kubectx.tar.gz https://github.com/ahmetb/kubectx/archive/v0.6.3.tar.gz && cd /tmp && tar xzf kubectx.tar.gz && install -m 755 ./kubectx*/kubens /usr/local/bin/kubens-0.6.3 && install -m 755 ./kubectx*/kubectx /usr/local/bin/kubectx-0.6.3 && rm -rf /tmp/kubectx* && ln -sf /usr/local/bin/kubens-0.6.3 /usr/local/bin/kubns && ln -sf /usr/local/bin/kubectx-0.6.3
args: args:
warn: False warn: False
creates: /usr/local/bin/kubens-0.6.3 creates: /usr/local/bin/kubens-0.6.3
- name: install garden
shell: curl -sLo /tmp/garden.tar.gz https://github.com/garden-io/garden/releases/download/v0.10.1/garden-v0.10.1-linux-amd64.tar.gz && cd /tmp && tar xzf garden.tar.gz && install -m 755 ./linux-amd64/garden /usr/local/bin/garden-0.10.1 && cp -avr ./linux-amd64/static /usr/local/bin/ && chown -R root:root /usr/local/bin/static && rm -rf /tmp/garden* && ln -sf /usr/local/bin/garden-0.10.1 /usr/local/bin/garden
args:
warn: False
creates: /usr/local/bin/garden-0.10.1

1
wsl-playbook.retry Normal file
View File

@ -0,0 +1 @@
default