Files
vps/ansible/playbooks/matrix-certificate-smoke.yml
T

10 lines
236 B
YAML

---
- name: Run the temporary Matrix HTTP-01 certificate smoke test
hosts: matrix
become: true
gather_facts: false
serial: 1
roles:
- role: matrix_certificate_smoke
tags: [matrix, certificates, smoke_test, mutating]