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