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>
8 lines
237 B
YAML
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:
|