mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
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:
parent
a1977d9654
commit
751ad7021c
10 changed files with 733 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue