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.

Ansible Config Parameters Reference

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

Ansible Config Parameters Reference

The ansible.cfg file configures play and task behaviors across local and remote target setups.


⚙️ Config Parameters & Tuning

Core Settings

  • callback_result_format = yaml: Configures YAML-style console output that mixes YAML-formatted task results with non-machine-parsable execution text, rather than emitting a standalone YAML document (active under ansible-core 2.13+).
  • bin_ansible_callbacks = True: Enforces execution metrics callbacks across multiple modules.
  • roles_path = roles:common_roles: Directs where roles and external Galaxy requirements are loaded.

🔒 Security Restrictions

  • Host Key Checking: Configured to be secure in production, but manageable during testing runs.
  • Pipelining: Enabled by default to accelerate SSH task transfers.