Files
vps/ansible/playbooks/matrix-secret-contract.yml
T

9 lines
203 B
YAML
Raw Normal View History

2026-08-03 12:26:42 +08:00
---
- name: Validate the pre-provisioned Matrix secret contract
hosts: matrix
become: true
gather_facts: false
roles:
- role: matrix_secret_contract
tags: [matrix, secrets, validation]