10 lines
241 B
YAML
10 lines
241 B
YAML
---
|
|
# Read-only gate before a K3s or Matrix change.
|
|
- name: Validate Matrix K3s host readiness without changes
|
|
hosts: matrix
|
|
become: true
|
|
gather_facts: true
|
|
roles:
|
|
- role: k3s_preflight
|
|
tags: [matrix, preflight, read_only]
|