ASIMP :: Security Platform
ANSIBLE SYSTEM INTEGRITY MANAGEMENT PLATFORM // baselines & hardening
MODE:


About ASIMP

ASIMP is an automated framework built with Ansible to assess host compliance, configure OS parameters, secure SSH, and verify integrity.

ASIMP Standard Footer Patcher Reference

Ansible >= 9.0.0 OpenSCAP: CIS L2 Lynis: Enabled debsums: Enabled

ASIMP Standard Footer Patcher Reference

scripts/add_asimp_footer.py scans the repository and appends standard footer attributions to Markdown files.


🛠️ CLI Arguments & Syntax

python3 scripts/add_asimp_footer.py

No arguments are required or parsed.


⚙️ Configuration & Exclusion Rules

The script excludes several directories by default to prevent altering third-party role sources or built pages:

  • .git
  • node_modules
  • venv, .venv
  • lynis-ansible (submodule)
  • asimp_mock (mock reporting directory)
  • docs (pre-processed Jekyll templates)

🔒 Exit Codes

  • 0: Success. All eligible files scanned and modified if necessary.
  • 1: Unexpected exception (e.g., file permissions or filesystem error).