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

specifying multiple hosts for single script doesn't seem to be working (for me) #18

Open
jnahorny opened this issue Oct 19, 2018 · 0 comments

Comments

@jnahorny
Copy link

I've tried to do:

credentials:
    - host: myhost.example.com
      port: 22
      user: someuser
      keyfile: /path/to/private/key
    - host: host2.example.com
      port: 22
      user: someotheruser
      keyfile: /path/to/other/private/key

but this returns correct result only for last (in this case: 2nd) host. If I reorder hosts, so that 'host2.example.com is first, and 'myhost.example.com is below it, then the script returns correct result for 'myhost.example.com'
(I'm using HEAD of this git repo)

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 a pull request may close this issue.

1 participant