Open jgroom33 opened 2 years ago
The current steps for developing a netconf ansible module in a collection is:
NOTE: Steps 3-4 are currently simplified using community.yang.generate_spec and a schema generator
community.yang.generate_spec
This would automate the step of generating the necessary argument_spec (Steps 3-4 above)
- name: Generate argument_spec for foo yang community.yang.generate_argument_spec: file: foo.yang output: path: "schemas/foo.yang.json"
is this being considered?
SUMMARY
The current steps for developing a netconf ansible module in a collection is:
NOTE: Steps 3-4 are currently simplified using
community.yang.generate_spec
and a schema generatorISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
This would automate the step of generating the necessary argument_spec (Steps 3-4 above)