How to best customize variables in: trellis/roles/deploy/defaults/main.yml

Hello,

i would like to customize variables like: project_templates and project_shared_children what would be the best approach?

Many thanks in advance,
David

If you want to have them different per-environment, put them in main.yml within group_vars/<environment_name>

Otherwise, drop them into group_vars/all/main.yml

1 Like

This topic was automatically closed after 42 days. New replies are no longer allowed.