Skip to content

Update variable template placeholder values

Frank Duncan requested to merge 85-template-envsubst into main

Created by: slifty

Our ansible scripts all have variable templates for local installs, and part of running the scripts is populating the templates with real values. This PR replaces the placeholders in those tempaltes so that it becomes possible to use envsubst.

This change should have no impact on any deployed site (since we are just modifying placeholders in templates), but also this shouldn't even change deployment practices since these placeholders can be just as easily populated manually as the other format.

Merge request reports