vyos implementation for net_interface module (#26799)

* vyos implementation for net_interface module

*  vyos_interface implementation module
*  vyos_interface integration test
*  net_interface integration test for vyos

* Change collection to aggregate
This commit is contained in:
Ganesh Nalawade 2017-07-14 19:39:21 +05:30 committed by GitHub
commit 751ad7021c
10 changed files with 733 additions and 1 deletions

View file

@ -195,6 +195,7 @@ def main():
mutually_exclusive = [['name', 'aggregate']]
module = AnsibleModule(argument_spec=argument_spec,
required_one_of=required_one_of,
mutually_exclusive=mutually_exclusive,
supports_check_mode=True)
warnings = list()