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

Automate Passwordless SSH during each omnia.yml execution #256

Closed
sakshiarora13 opened this issue Feb 14, 2021 · 0 comments · Fixed by #257
Closed

Automate Passwordless SSH during each omnia.yml execution #256

sakshiarora13 opened this issue Feb 14, 2021 · 0 comments · Fixed by #257
Labels
enhancement New feature or request

Comments

@sakshiarora13
Copy link
Contributor

Is your feature request related to a problem? Please describe.
At present, after omnia.yml execution from AWX, user needs to run passwordless_ssh.yml to setup passwordless SSH within the cluster.
If user adds any new node in the cluster and wants to setup passwordless SSH for this new node, He'll have to execute passwordless_ssh.yml template again from AWX.

Describe the solution you'd like
We have 2 scenarios where omnia.yml can be executed, i.e, from command-line and from AWX.
We support passwordless_ssh.yml template only from AWX.
Thus, a check can be created to verify if omnia.yml is being executed from AWX. If it is, then passwordless SSH playbook is included, else skipped.

@sakshiarora13 sakshiarora13 added the enhancement New feature or request label Feb 14, 2021
lwilson added a commit that referenced this issue Feb 23, 2021
Issue #256: Automate Passwordless SSH during each omnia.yml execution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant