# ansible-playbook-analyzer **Repository Path**: mirrors_ibm/ansible-playbook-analyzer ## Basic Information - **Project Name**: ansible-playbook-analyzer - **Description**: a tool for analyzing security of ansible playbooks and roles - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-05 - **Last Updated**: 2025-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ansible-playbook-analyzer command example ``` python3 src/analyzer.py -r test-dir/requirements.yml -p test-dir/policy.yaml -o test-dir/result.json ``` ``` usage: analyzer.py [-h] [-r REQUIREMENTS_FILE] [-d DOWNLOAD_PATH] [-o OUTPUT_FILE] [-p POLICY] Ansible Collection Analyzer optional arguments: -h, --help show this help message and exit -r REQUIREMENTS_FILE, --requirements_file REQUIREMENTS_FILE requirements file -d DOWNLOAD_PATH, --download_path DOWNLOAD_PATH tmp dir to download the collections to. -o OUTPUT_FILE, --output_file OUTPUT_FILE file to export result. -p POLICY, --policy POLICY allow policy. ```