vyos.vyos
vyos.vyos copied to clipboard
Ansible Network Collection for VyOS
##### SUMMARY This brings it in line with other collections. ##### ISSUE TYPE - Misc Pull Request
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)
##### SUMMARY Update fact gathering to support v1.3 `show version` output ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME cliconf module_utils ##### ADDITIONAL INFORMATION `show version` outputs "Hardware"...
##### SUMMARY This change adds support for [diff mode](https://docs.ansible.com/ansible/latest/user_guide/playbooks_checkmode.html#using-diff-mode) to `vyos_firewall_rules`. This can aide someone into understanding what will check when using [check mode](https://docs.ansible.com/ansible/latest/user_guide/playbooks_checkmode.html#using-check-mode), and can help someone know what...
##### SUMMARY When using module vyos_bgp_global to configure neighbor as passive it causes ansible to try configuring 'neighbor nexthop-self'. Commenting out the passive variable allows play to execute properly (but...
##### SUMMARY ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME vyos_firewall_rules ##### ADDITIONAL INFORMATION ```paste below ``` Bugfix for this issue: https://github.com/ansible-collections/vyos.vyos/issues/247
Add vlan interface in the firewall_interfaces Add bonding interface in the firewall_interfaces ##### SUMMARY When using name that contains a dot in the module vyos_firewall_interfaces , we consider this interface...
##### SUMMARY I've added an option to the vyos_config module to use `commit-confirm` with a given timeout instead of running a straight `commit`. This functionality is included in vyos and...
Signed-off-by: GomathiselviS Depends-On: https://github.com/ansible/ansible-zuul-jobs/pull/1184 ##### SUMMARY Fixes #176 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME vyos_ospfv3.py ##### ADDITIONAL INFORMATION ```paste below ```
Depends-on: https://github.com/ansible-collections/cisco.ios/pull/646 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.8.1 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links...