You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Ansible roles for infrastructure configuration management, security hardening an
6
6
7
7
Each role is self-contained with its own defaults and templates. Infrastructure-specific configuration (endpoints, ARNs, resource IDs) is pulled from AWS SSM Parameter Store at runtime, set by CloudFormation stacks. Application-level config (versions, ports, TTLs, tuning) lives in role defaults.
8
8
9
-
Roles generally pull in `vars/default.yml` and `vars/<OS family>.yml` for OS-specific configuration.
9
+
Roles generally pull in `defaults/main.yml` and `vars/<OS family>.yml` for OS-specific configuration.
0 commit comments