Update docs for Ansible hardening roles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# infra-run/ansible/playbooks
|
||||
|
||||
This directory is intended for executable Ansible playbooks that coordinate roles, inventories, and operational tasks. In the current portfolio state it acts as a prepared entry point for future automation runs.
|
||||
This directory contains executable Ansible playbooks that coordinate roles, inventories, and operational hardening tasks.
|
||||
|
||||
## Diagram
|
||||
|
||||
@@ -14,5 +14,7 @@ flowchart TD
|
||||
|
||||
## Notes
|
||||
|
||||
- Playbooks belong here when the repository expands beyond script-first operations.
|
||||
- The directory currently contains only placeholder content.
|
||||
- `cis-rhel9-hardening.yml` applies the RHEL 9 CIS-inspired hardening role to Linux inventory targets.
|
||||
- `cis-debian-ubuntu-hardening.yml` applies the Debian 13 / Ubuntu 26.04 CIS-inspired hardening role to Linux inventory targets.
|
||||
- `cis-aix7-hardening.yml` applies the IBM AIX 7 CIS-inspired hardening role to AIX inventory targets.
|
||||
- Use the sanitized inventory under `../inventory/` as a starting point and override defaults per environment.
|
||||
|
||||
Reference in New Issue
Block a user