We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi,
I'm not sure, if this is possible at all. I need to generate hostname alias based on the original hostname.
I have hostname like this:
dc1-host01.co.intra dc1-host02.co.intra dc2-host01.co.intra dc2-host02.co.intra otherdc-host01.co.intra otherdc-host02.co.intra
What I need are aliases for the host configs, like this:
host101 host102 host201 host202 host301 host302
Is that possible in any way?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
I'm not sure, if this is possible at all.
I need to generate hostname alias based on the original hostname.
I have hostname like this:
dc1-host01.co.intra
dc1-host02.co.intra
dc2-host01.co.intra
dc2-host02.co.intra
otherdc-host01.co.intra
otherdc-host02.co.intra
What I need are aliases for the host configs, like this:
host101
host102
host201
host202
host301
host302
Is that possible in any way?
The text was updated successfully, but these errors were encountered: