Files

9 lines
208 B
YAML
Raw Permalink Normal View History

2026-08-03 12:26:42 +08:00
---
- name: Create non-secret Matrix Kubernetes foundation resources
hosts: matrix
become: true
gather_facts: false
roles:
- role: matrix_cluster_base
tags: [matrix, cluster_base, mutating]