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

Override defaults for a group of nodes #91

Open
RickS-C137 opened this issue Sep 25, 2018 · 0 comments
Open

Override defaults for a group of nodes #91

RickS-C137 opened this issue Sep 25, 2018 · 0 comments

Comments

@RickS-C137
Copy link

Hello,

we're using this mapping params for all our EC2 nodes:
tags.selector="role_"+tags/role|"vpc_environment_"+tags/vpc- environment|"customer_"+tags/customer-name|"instance_environment_"+tags/instance-environment
description.selector=tags/int-hostname
nodename.selector=tags/int-hostname+".bla.blub"
hostname.selector=privateIpAddress
username.default=euser

But our SFTP server are using a different port for the ssh daemon, so I would like to set the default for the ssh port for servers tagged with sftp. I tried it this way:

tags.selector=tags/role=sftp
ssh.port=11111

But it didn't work. The documentation is confusing me. So can please someone explain how to get Rundeck to use a different port for servers with the EC2 tag sftp? Thank you in advance!

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

No branches or pull requests

1 participant