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

Onesixtyone inventory plugin (Fixes #41443) #53036

Closed
wants to merge 14 commits into from

Commits on May 16, 2019

  1. onesixtyone:

    - inventory plugin using onesixtyone  to discover devices using snmp.
    - group together hosts with the same platforms.
    Ansible Network authored and victorock committed May 16, 2019
    Copy the full SHA
    f745281 View commit details
    Browse the repository at this point in the history
  2. Typo of platform. It is a dictionary and not a list.

    Ansible Network authored and victorock committed May 16, 2019
    Copy the full SHA
    5ca24ef View commit details
    Browse the repository at this point in the history
  3. Changelog:

    - pep8 fixes
    - netaddr for cidrs
    - documentation as per PEP257
    - comments and suggestions
    Ansible Network authored and victorock committed May 16, 2019
    Copy the full SHA
    1e95a20 View commit details
    Browse the repository at this point in the history
  4. get_bin_path

    Ansible Network authored and victorock committed May 16, 2019
    Copy the full SHA
    737237a View commit details
    Browse the repository at this point in the history
  5. Fix pep8 E722

    Ansible Network authored and victorock committed May 16, 2019
    Copy the full SHA
    97f2bd9 View commit details
    Browse the repository at this point in the history
  6. Exception raised from InventoryModule.

    get_bin_path call from InventoryModule.parse()
    Ansible Network authored and victorock committed May 16, 2019
    Copy the full SHA
    154f561 View commit details
    Browse the repository at this point in the history
  7. pep8 fixes

    Ansible Network authored and victorock committed May 16, 2019
    Copy the full SHA
    e16554f View commit details
    Browse the repository at this point in the history
  8. get_bin_path as staticmethod in InventoryModule

    Ansible Network authored and victorock committed May 16, 2019
    Copy the full SHA
    83e7749 View commit details
    Browse the repository at this point in the history
  9. from ansible.module_utils.common.process import get_bin_path

    Ansible Network authored and victorock committed May 16, 2019
    Copy the full SHA
    77265b2 View commit details
    Browse the repository at this point in the history
  10. remove unecessary import

    Ansible Network authored and victorock committed May 16, 2019
    Copy the full SHA
    78ecef6 View commit details
    Browse the repository at this point in the history
  11. typo in comments

    Co-Authored-By: victorock <victorockeiro@gmail.com>
    Akasurde and victorock committed May 16, 2019
    Copy the full SHA
    563c7f6 View commit details
    Browse the repository at this point in the history
  12. typo in parallelize

    Co-Authored-By: victorock <victorockeiro@gmail.com>
    Akasurde and victorock committed May 16, 2019
    Copy the full SHA
    e49aeea View commit details
    Browse the repository at this point in the history
  13. fix as per suggestions

    - organize errors/exceptions
    - add trailing ','
    - remove '^' from regex
    victorock committed May 16, 2019
    Copy the full SHA
    90e3d63 View commit details
    Browse the repository at this point in the history
  14. fix pep8

    victorock committed May 16, 2019
    Copy the full SHA
    80b8e51 View commit details
    Browse the repository at this point in the history