ansible-pyats icon indicating copy to clipboard operation
ansible-pyats copied to clipboard

How specify variables custom for devices

Open gerardocastaldo opened this issue 5 years ago • 0 comments

Hi, i would to use this module to extract the inventory for cisco c9200 e c9300 devices.

In genie project, i opened the issue https://github.com/CiscoTestAutomation/genieparser/issues/129 and i should to specify these variables to executing correctly the parsing.

custom:
  abstraction:
    order:
    - os
    - platform
os: iosxe
type: iosxe
platform: 'c9300'

How i can specify the same variables in the playbook when i call the role ?

Thanks Gerardo

gerardocastaldo avatar Jul 30 '20 09:07 gerardocastaldo