Hi,
My template has a number of vars_files. I’m using GIT repo for my project.
How will this template playbook read info from the included vars_files ? Any explanation is appreciated.
Regards,
Prash
Hi,
My template has a number of vars_files. I’m using GIT repo for my project.
How will this template playbook read info from the included vars_files ? Any explanation is appreciated.
Regards,
Prash
I use the include_vars module in my play to read relative to from the location of where the playbook sits. So say I have my main playbook sitting in the root of a project and I have my somevars.yml in my vars directory in the project
Could look like this :
As a play in playbook.
– You received this message because you are subscribed to the Google Groups “AWX Project” group. To unsubscribe from this group and stop receiving emails from it, send an email to . To view this discussion on the web visit .