Ansible Directory Layout
Review possible Ansible directory layouts.
We'll cover the following
Basic
Alternate#
Review the alternate layout below:
Alternate
Multistage#
Review the multistage layout below:
Multistage
The highlighted lines represent the following:
- Line-3: symbolic link, shares variable across all environments
- Line-10: env specific variables
Both 000_cross_env_vars
and env_specific
are provided to the hosts via the all
group.
Summary
Final Remarks
Mark as Completed
Report an Issue