First commit
This commit is contained in:
parent
2120dcdc51
commit
7373347edf
27 changed files with 794 additions and 0 deletions
10
tasks/main.yml
Normal file
10
tasks/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
- include_vars: "calico-files.yaml"
|
||||
- name: calico setup
|
||||
block:
|
||||
- name: calico install
|
||||
k8s:
|
||||
state: present
|
||||
context: "{{ my_context }}"
|
||||
resource_definition: "{{ lookup('file', item) | from_yaml }}"
|
||||
with_items:
|
||||
- "{{ calico_files }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue