Structuring Ansible Projects
Guide to starting and organizing Ansible projects, from basic inventory setups to advanced collections and execution environments.
Guide to starting and organizing Ansible projects, from basic inventory setups to advanced collections and execution environments.
Guideline for securely accessing Ansible Vault during development without storing passwords in plain files, using environment variables and scripts.
Best practices for utilizing dictionary merging in C2 Ansible inventory projects.
Docker-in-Docker (DinD) is a common technique used in GitLab CI/CD pipelines on Kubernetes to run Docker commands within Docker containers.
Distinguish between Ansible engineering and operations as separate disciplines to ensure high-quality, maintainable automation.
Use a group-based approach to organize your Ansible inventory and variables for different environments.
Automate Red Hat Enterprise Linux (RHEL) registration and subscription in C2 Platform development environments using Vagrant for seamless access to Red Hat resources.
When targeting MS Windows hosts, use slashes for all paths. Convert to backslashes only if necessary.
Guideline for accurate story point estimation and velocity measurement in Scrum-based Ansible projects, focusing on business value from automation content.
Guidance on managing secrets using Ansible Vault in Ansible projects, with a focus on Ansible Automation Platform (AAP) and AWX.
Consistent and meaningful naming of sprints, like SemVer.
Learn how to effortlessly synchronize a folder from your host machine to the guest machine.
Prefix variable names with role or project prefix.
Guidelines and examples on how to make Ansible flexible and easy to use.
Establishing Effective DoD Criteria for Ansible Projects.
Ansible configuration that should be local and ignored by Git.
Implement a structured tagging system in Ansible playbooks to increase task flexibility, enhance maintainability, and improve reusability, thus optimizing both development and operational efficiency.
Guidelines for implementing branching and merging policies in GitOps pipelines for Ansible inventory projects to promote changes across environments.
Automate setup of the development environment with multiple Git repositories.
Guideline for using GitLab Runner as an Ansible control node when Ansible Automation Platform (AAP) is unavailable.
Naming with the least amount of keystrokes.
This guideline is tailored for teams that are relatively new to Ansible and wish to gain experience by using internal roles.