railiance-infra/ansible/playbooks/verify-refresh.yaml
codex 40e295e3bd
All checks were successful
CI Smoke / source-contract (push) Successful in 8s
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Make S1 handoff read-only by default
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02994-7685-7940-bf34-3555b8256018
2026-08-23 12:41:23 +02:00

15 lines
468 B
YAML

---
# verify-refresh.yaml — Install/refresh Goss, run assertions, fetch TAP.
#
# This is a host-mutating operation. Review the rendered baseline and use it
# only when updating the verification surface. Routine verification and the S1
# handoff use the read-only verify.yaml playbook.
- name: Refresh and verify the managed Goss surface
hosts: all
become: true
gather_facts: true
vars_files:
- ../inventory/group_vars/all.yaml
roles:
- role: goss