ansible-pyats
ansible-pyats copied to clipboard
How specify variables custom for devices
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