Update to lastest version

This commit is contained in:
Adrien Reslinger 2019-10-01 13:47:02 +02:00
parent 4d58ef6787
commit 3918431f62
15 changed files with 267 additions and 225 deletions

View file

@ -28,18 +28,21 @@
- basic_auth == true
tags: weave
# file found https://github.com/weaveworks/scope/tree/master/examples/k8s/
- name: Weave Scope files
k8s:
state: present
context: "{{ my_context }}"
resource_definition: "{{ lookup('template', item) | from_yaml }}"
with_items:
- scope-clusterrolebinding.yaml.j2
- scope-clusterrole.yaml.j2
- scope-sa.yaml.j2
- scope-svc.yaml.j2
- scope-ds.yaml.j2
- scope.yaml.j2
- psp.yaml.j2
- cluster-role-binding.yaml.j2
- cluster-role.yaml.j2
- sa.yaml.j2
- svc.yaml.j2
- ds.yaml.j2
- probe-deploy.yaml.j2
- deploy.yaml.j2
- weave_ingress.yaml.j2
tags: weave