First commit
This commit is contained in:
parent
7e7e171b4c
commit
f295d3d319
15 changed files with 195 additions and 1 deletions
12
tasks/main.yml
Normal file
12
tasks/main.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
- name: Metrics Server setup
|
||||
block:
|
||||
- name: Metrics Server install
|
||||
k8s:
|
||||
state: present
|
||||
context: "{{ my_context }}"
|
||||
merge_type: merge
|
||||
resource_definition: "{{ lookup('file', item) | from_yaml }}"
|
||||
with_items:
|
||||
- '{{ metrics_server_files }}'
|
||||
tags:
|
||||
- metrics-server
|
||||
Loading…
Add table
Add a link
Reference in a new issue