community.general/lib/ansible/modules/network/vyos
Maugli 235b11f681 Return correct version on installed VyOS (#39115)
* Return correct version on installed VyOS

Previously existing regexp will shows only "VyOS" without numeric output of router version.
For example: from  "Version:      VyOS 1.1.6" only VyOS will be written in ansible_net_version variable
For more informative output numeric value should be returned as well

* Fixed unittests
2018-09-14 22:51:30 +05:30
..
__init__.py
vyos_banner.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
vyos_command.py network command modules cleanup (#45242) 2018-09-13 08:55:35 -04:00
vyos_config.py Handle ConnectionError exception in network modules (#43353) 2018-07-30 10:24:58 +05:30
vyos_facts.py Return correct version on installed VyOS (#39115) 2018-09-14 22:51:30 +05:30
vyos_interface.py Add AnsibleModule signature schema, and fix associated issues (#43512) 2018-07-31 15:04:22 -05:00
vyos_l3_interface.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
vyos_linkagg.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
vyos_lldp.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
vyos_lldp_interface.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
vyos_logging.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
vyos_static_route.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
vyos_system.py
vyos_user.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
vyos_vlan.py