2024-01-15 08:33:52 +00:00
|
|
|
---
|
|
|
|
- name: Matrix Kubernetes IaC Deployment
|
|
|
|
hosts: localhost
|
|
|
|
tasks:
|
|
|
|
- name: Setup securitygroups.
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
- file: securitygrouptasks.yaml
|
2024-01-15 09:21:45 +00:00
|
|
|
- name: Setup Kubernetes nodes.
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
- file: kubenodes.yaml
|