Install Roles with requirements.yml
Pin and fetch dependencies.
Stop Installing By Hand
Running install commands one by one does not scale. A requirements.yml file lists every dependency so the whole project installs in one shot.
A Manifest for Dependencies
Think of requirements.yml as your package manifest: it declares exactly which roles and collections your playbooks need to run.
All lessons in this course
- Roles vs Collections on Galaxy
- Install Roles with requirements.yml
- Using FQCN: namespace.collection.module
- Publishing Your Own Role to Galaxy