Skip to content

Commit 136b7ac

Browse files
committed
update vars path
1 parent b768a9b commit 136b7ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Ansible roles for infrastructure configuration management, security hardening an
66

77
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.
88

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.
1010

1111
## Usage
1212
```

0 commit comments

Comments
 (0)