Files
homelab/03-infra01-server/install.yml

16 lines
212 B
YAML

---
- name: Install all software on infra01
hosts: infra01
connection: local
gather_facts: true
become: yes
collections:
- somaz94.ansible_k8s_iac_tool
roles:
- install_kustomize
tasks: