Uploaded image for project: 'Ansible Cloud Automation'
  1. Ansible Cloud Automation
  2. ACA-1985

[community.aws/662] aws_ssm - Fix ssm_timeout wording in documentation

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      https://github.com/ansible-collections/community.aws/issues/662

          1. Summary

      The docs make the timeout seem as if the plugin checks the time it takes to establish a connection, but the timeout setting on this plugin also affects the duration of the command. So if you were to try to run this:

      ~~~yaml

      • name: sleep
        command: sleep 61
        vars:
        ansible_aws_ssm_timeout: 60
        ~~~

      You would get a timeout error.

          1. Issue Type

      Documentation Report

          1. Component Name

      aws_ssm.py

          1. Ansible Version

      ```console (paste below)
      $ ansible --version
      2.10.10
      ```

          1. Collection Versions

      ```console (paste below)
      $ ansible-galaxy collection list
      ...
      community.aws 1.5.0
      ```

          1. Configuration

      ```console (paste below)
      $ ansible-config dump --only-changed

      ```

          1. OS / Environment

      CentOS 7

          1. Additional Information

      This wording change would help new users of the plugin understand timeout errors. It is not always an error connecting to the target servers, the command could just be hanging.

          1. Code of Conduct
      • [X] I agree to follow the Ansible Code of Conduct

              Unassigned Unassigned
              jrouleau Jill Rouleau
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: