Ansible
Galaxy Commands
Install, manage, and create Ansible roles and collections from Ansible Galaxy. Share reusable automation content with the community.
12 commands
Pro Tips
Use 'requirements.yml' to pin role versions for reproducible deployments.
Prefer collections over standalone roles for better dependency management.
Use 'ansible-galaxy init' to scaffold new roles with proper structure.
Common Mistakes
Review Galaxy roles before using - they may contain outdated or insecure code.
Pin role versions in requirements.yml to avoid breaking changes.