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.

Role update-ubuntu-ASIMP Reference

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

Role update-ubuntu-ASIMP Reference

The update-ubuntu-ASIMP role coordinates OS upgrades and package integrity monitoring via filesystem check utilities.


⚙️ Key Variables & Defaults

Variable Default Purpose
upgrade_packages true Enforces standard security package updates.
debsums_check true Enables background file verification checks against original package checksums.
rpmsums_check true Triggers RedHat file verification via rpm -Va command.

🔒 Constraints & Limits

Under sandbox contexts (is_sandbox_jules: true), the execution skips destructive system package upgrades and ignores errors on restricted filesystem checkers.