8 lines
184 B
YAML
8 lines
184 B
YAML
|
---
|
||
|
- name: Matrix Kubernetes IaC Deployment
|
||
|
hosts: localhost
|
||
|
tasks:
|
||
|
- name: Setup securitygroups.
|
||
|
ansible.builtin.include_tasks:
|
||
|
- file: securitygrouptasks.yaml
|