Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Aug 6, 2015

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