- Add multi-instance molecule scenario verifying isolated data/config dirs - Add lifecycle molecule scenario testing stop/disable/enable/start sequence - Update default and binary verify playbooks for template unit assertions - Add integration tests for full CLI lifecycle and multi-instance support - Add pytest integration marker and --no-cov Makefile target - Update README with lifecycle commands, multi-instance examples, and architecture - Update Makefile with start/stop/enable/disable/status/remove targets - Update .env.example with GRM_LANG documentation
12 lines
255 B
YAML
12 lines
255 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
vars:
|
|
gitea_url: "http://localhost:3000"
|
|
registration_token: "fake-token-for-testing"
|
|
runner_name: "lifecycle-test-runner"
|
|
skip_runner_registration: true
|
|
roles:
|
|
- role: gitea-runner
|