- Added alarm parsers for get_facts juniper_junos#34.
- Added ospf parsers for get_facts juniper_junos#35.
- Add lldp configure function juniper_junos#27.
- Add support for get_facts function juniper_junos#24
- Add support for configure_system_properties function juniper_junos#23
- Add support for configure_vlan function juniper_junos#22
- Add support for edit function juniper_junos#16
- Fix fails when ansible_connection == netconf juniper_junos#15
- Added configure_user function juniper_junos#8.
- Only set testenv:linters to python3 juniper_junos#12.
- Add support for tox juniper_junos#11.
- Fix config manager spec option juniper_junos#6.
- Fix zuul CI hooks juniper_junos#5.
- Initial release of the
juniper_junos
Ansible role. - This role provides functions to perform automation activities on Juniper JUNOS devices.
- NEW
config_manager/load
function provides a means to load or replace configuration text onto a target device running Juniper JUNOS. - NEW
config_manager/save
function saves the current active (running) configuration to the startup configuration.