You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a nice convenience feature to be able to just set env vars for the playbook vars I want to use, then use some kind of flag in the sql-runner command (eg. -env-vars).
This way each target's config can be in a bash profile, and there's less hassle in running commands.
The text was updated successfully, but these errors were encountered:
With further experimentation it seems that vars potentially can't be supplied for the 'targets' playbook section, only the 'variables' one (unless I'm doing something wrong) - so perhaps this requirement is to implement the ability to fill any template in the playbook, and also do so via env vars.
It would be a nice convenience feature to be able to just set env vars for the playbook vars I want to use, then use some kind of flag in the
sql-runner
command (eg. -env-vars).This way each target's config can be in a bash profile, and there's less hassle in running commands.
The text was updated successfully, but these errors were encountered: