Install & Compatibility
Where this runs
tested against v26.4.3 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
20MB installed
● package 20MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
AnsibleCreator
✓ from ansible_creator import AnsibleCreator
✗ from ansible_creator import AnsibleCreator
Initialize AnsibeCreator and scaffold a role.
from ansible_creator.cli import AnsibleCreator
import os
# Initialize the creator (uses environment vars for config)
creator = AnsibleCreator()
# Scaffold a new Ansible role
creator.run(['init', '--type', 'role', '--path', './my_role'])
ansible-creator --version
Upgrade
Version history
26.4.3latest on PyPI · released Apr 30, 2026
Audit
Dependencies
ansible-coreoptionalRequired for running generated content.