Skip to content

Support vars sourcing, passing raw ssh/docker opts, prerun vars expansion#18

Merged
cllunsford merged 2 commits intomasterfrom
feature/vars-expansion-raw-opts
Aug 6, 2015
Merged

Support vars sourcing, passing raw ssh/docker opts, prerun vars expansion#18
cllunsford merged 2 commits intomasterfrom
feature/vars-expansion-raw-opts

Conversation

@nextrevision
Copy link
Member

This commit adds the ability to expand bash variables before spec
execution (default is during execution on the target host) and
optionally source a variable file to use during expansion. This commit
also adds the ability to pass raw SSH/docker options to the commands.
Additional bug fixes include docker container checking and support '--help'
flag.

Closes #2

…sion

This commit adds the ability to expand bash variables before spec
execution (default is during execution on the target host) and
optionally source a variable file to use during expansion. This commit
also adds the ability to pass raw SSH/docker options to the commands.
Additional bug fixes include docker container checking and support '--help'
flag.

Closes #2
@nextrevision nextrevision force-pushed the feature/vars-expansion-raw-opts branch from 25a40cd to 1bd023f Compare August 5, 2015 01:32
@cllunsford
Copy link
Member

There's a lot going on in this PR. The -o and --help are relatively minor, but deserve to be in their own commit, if not their own PR.

For the -e/-f, it looks to be an all or nothing thing. It's not possible to sub in local vars and still leverage any remote env variables. What's the current use case for this feature?

@nextrevision nextrevision force-pushed the feature/vars-expansion-raw-opts branch from a39f170 to e31f442 Compare August 6, 2015 15:11
cllunsford added a commit that referenced this pull request Aug 6, 2015
Support vars sourcing, passing raw ssh/docker opts, prerun vars expansion
@cllunsford cllunsford merged commit 37731ca into master Aug 6, 2015
@cllunsford cllunsford deleted the feature/vars-expansion-raw-opts branch August 6, 2015 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add capability to source from vars files

2 participants