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

Add send_string to wait_for module #54024

Closed
heldner opened this issue Mar 19, 2019 · 4 comments
Closed

Add send_string to wait_for module #54024

heldner opened this issue Mar 19, 2019 · 4 comments
Labels
affects_2.8 This issue/PR affects Ansible v2.8 bot_closed feature This issue/PR relates to a feature request. has_pr This issue has an associated PR. module This issue/PR relates to a module. support:core This issue/PR relates to code supported by the Ansible Engineering Team. utilities Utilities category

Comments

@heldner
Copy link

heldner commented Mar 19, 2019

SUMMARY

I want to add the ability to send any string to the socket.

ISSUE TYPE
  • Feature request
COMPONENT NAME

module wait_for

ADDITIONAL INFORMATION

Useful for checking ssh server. You can send a string with the ssh version and have clear auth.log.

Example:

  - name: Wait for SSH
      wait_for:
        host: 'localhost'
        port: 22
        search_regex: OpenSSH
        send_string: 'SSH-2.0-OpenSSH_7.4p1\n'
        delay: 10
@ansibot
Copy link
Contributor

ansibot commented Mar 19, 2019

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Mar 19, 2019

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 feature This issue/PR relates to a feature request. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. utilities Utilities category labels Mar 19, 2019
@sivel sivel added has_pr This issue has an associated PR. and removed needs_triage Needs a first human triage before being processed. labels Apr 2, 2019
@ansibot
Copy link
Contributor

ansibot commented May 16, 2020

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@nitzmahone nitzmahone added the waiting_on_contributor This would be accepted but there are no plans to actively work on it. label Mar 23, 2022
@ansibot
Copy link
Contributor

ansibot commented Mar 27, 2023

Thank you very much for your submission to Ansible. It means a lot to us that you've taken time to contribute.

Unfortunately, this issue has been open for some time while waiting for a contributor to take it up but there does not seem to have been anyone that did so. So we are going to close this issue to clear up the queues and make it easier for contributors to browse possible implementation targets.

However, we're absolutely always up for discussion. Because this project is very active, we're unlikely to see comments made on closed tickets and we lock them after some time. If you or anyone else has any further questions, please let us know by using any of the communication methods listed in the page below:

In the future, sometimes starting a discussion on the development list prior to proposing or implementing a feature can make getting things included a little easier, but it's not always necessary.

Thank you once again for this and your interest in Ansible!

click here for bot help

@ansibot ansibot added bot_closed and removed waiting_on_contributor This would be accepted but there are no plans to actively work on it. labels Mar 27, 2023
@ansibot ansibot closed this as completed Mar 27, 2023
@ansible ansible locked and limited conversation to collaborators Apr 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 bot_closed feature This issue/PR relates to a feature request. has_pr This issue has an associated PR. module This issue/PR relates to a module. support:core This issue/PR relates to code supported by the Ansible Engineering Team. utilities Utilities category
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants