fastapi-gsap/tests/fixtures/sample-template/ansible/playbooks/test-playbook.yml
Tyler J King 77964e4042 feat(templates): add template system — manifest, policy, loader, registries
bastion.toml manifest parser with variable validation and dependency
declarations. Declarative compliance policy schema with per-platform
check implementations. Template loader with variable substitution
(Bastion-owned files only — never touches Ansible/Terraform).
PolicyRegistry and AccordRegistry with builtin fallbacks.

BOUNDARY: loader never touches automation framework files.

Signed-off-by: Tyler King <tking@guildhouse.dev>
2026-04-14 11:09:41 -04:00

8 lines
237 B
YAML

# This is a plain Ansible playbook. Bastion variable substitution
# MUST NOT modify this file. ${org_name} should remain as-is.
---
- name: Test playbook for ${org_name}
hosts: all
tasks:
- name: Ping
ansible.builtin.ping: