jefvantongerloo.aos.device_info (0.1.1) — module

return device information

| "added in version" 0.1.0 of jefvantongerloo.aos"

Authors: Jef Vantongerloo (@jefvantongerloo)

Install collection

Install with ansible-galaxy collection install jefvantongerloo.aos:==0.1.1


Add to requirements.yml

  collections:
    - name: jefvantongerloo.aos
      version: 0.1.1

Description

Connect to an Alcatel-Lucent Enterprise Omniswitch device and return a device information dictionary.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
  - name: Get device info
    jefvantongerloo.aos.device_info:
    register: device_info

Outputs

output:
  description: device information gathered
  returned: success
  sample:
    network_os: aos8
    network_os_hostname: net-ant-swi-001
    network_os_model: OS6860E-U28
    network_os_platform: Alcatel-Lucent Enterprise
    network_os_version: 8.6.289.R01 GA
  type: dict