Add comprehensive ansible-native documentation and workflow reference#4518
Merged
cidrblock merged 5 commits intoansible:mainfrom Aug 15, 2025
Merged
Add comprehensive ansible-native documentation and workflow reference#4518cidrblock merged 5 commits intoansible:mainfrom
cidrblock merged 5 commits intoansible:mainfrom
Conversation
…erence - ansible-native.md: Technical reference for ansible-native configuration approach with native inventory usage, collection-based resource management, and shared state patterns - pre-ansible-native.md: Compatibility reference for legacy platforms/drivers/provisioner configuration constructs - workflow.md: Comprehensive workflow reference covering actions, sequences, and subcommands execution hierarchy - Replace docs/next.md with structured approach-specific documentation - Update getting-started.md with shared_state configuration and lifecycle explanations - Professional engineering tone throughout all documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR introduces comprehensive documentation for Molecule's ansible-native approach and workflow execution model.
New Documentation
ansible-native.md: Technical reference for the ansible-native configuration approach
pre-ansible-native.md: Compatibility reference for legacy configuration constructs
workflow.md: Comprehensive workflow reference covering execution hierarchy
Changes
Target Audience
Engineering teams implementing ansible-native testing workflows and maintaining compatibility with legacy configurations.