rsmekala
rsmekala
@davbeny Can you make the below changes in Juniper.junos role and verify ?? **Note**: Please exclude changes to setup.py https://github.com/Juniper/ansible-junos-stdlib/compare/master...rsmekala:master
@vnitinv Is this the same reboot issue you faced as well ?? Wanted to check.
@lucasalvatore1, Streaming logs from a running task isn't supported in Ansible currently, there is a proposal for this at https://github.com/ansible/proposals/issues/92. We will have to wait for this to get implemented...
@ipv6freely This is definitely doable. Will raise a pull request with PyEZ first to make this change.
@stacywsmith Ansible has implemented a [module](https://docs.ansible.com/ansible/2.5/modules/junos_scp_module.html). that allows user to copy from/to Junos devices using SCP. Currently, PyEZ supports both SCP and FTP for file transfer. Should we go ahead...
@btiquet This requires an enhancement directly in PyEZ. In the above-described case, PyEZ is not reading the ssh config file to its entirety, i.e the ProxyCommand part is never read....
@lucasalvatore1 I have not worked on NSSU. Let me take a look at how NSSU is handled on the device and using PyEZ, then we can discuss further what can...
@dgarros Will be taking this request and use the code from #370
Might be related to huge tree support #474.
@sward1557 I am not quite sure I follow the issue description. Will give it a try and try to respond back by EOW.