community.general/lib/ansible/modules/network/vyos
Ganesh Nalawade abb4361990 Add vyos_interface default description (#27029)
* Add default description string to vyos_interface

* If `state=up` it should remove the `disable` configuration
  for interface. However, if no other interface parameter is configured
  this ends up deleting the interface itself which is not the desired
  behaviour. Hence adding a default description field to avoid such
  scenario's.

* Minor changes

* Add default description to aggregate
2017-07-19 13:01:56 +05:30
..
__init__.py initial commit of vyos_command module 2016-12-08 11:24:44 -05:00
vyos_banner.py fix vyos_banner multiline string issue (#26383) 2017-07-04 14:31:18 +05:30
vyos_command.py network_cli modules don't always return stdout or stdout_lines (#23573) 2017-04-13 11:59:23 -04:00
vyos_config.py Run `save` inside config mode. (#23977) 2017-04-27 11:08:37 -04:00
vyos_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
vyos_interface.py Add vyos_interface default description (#27029) 2017-07-19 13:01:56 +05:30
vyos_l3_interface.py vyos implementation for net_interface module (#26799) 2017-07-14 19:39:21 +05:30
vyos_linkagg.py Add vyos_linkagg module (#26418) 2017-07-06 10:07:48 +02:00
vyos_lldp.py Add vyos_lldp and vyos_lldp_interface modules (#26753) 2017-07-13 20:58:18 +02:00
vyos_lldp_interface.py Add vyos_lldp and vyos_lldp_interface modules (#26753) 2017-07-13 20:58:18 +02:00
vyos_logging.py vyos_logging implementation module (#26654) 2017-07-12 15:54:19 +05:30
vyos_static_route.py vyos_static_route implementation module (#26426) 2017-07-10 16:34:56 +05:30
vyos_system.py Add name_servers alias to name_server vyos_system parameter (#24972) 2017-05-24 12:15:51 +02:00
vyos_user.py vyos_user fix idempotent (#26289) 2017-06-30 19:44:08 +05:30