Update to lastest version
This commit is contained in:
parent
4d58ef6787
commit
3918431f62
15 changed files with 267 additions and 225 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue