Automation

 View Only
last person joined: 6 days ago 

Ask questions and share experiences about Apstra, Paragon, and all things network automation.
  • 1.  Commit synchronize option in Ansible

    This message was posted by a user wishing to remain anonymous
    Posted 10-03-2022 19:07
    This message was posted by a user wishing to remain anonymous

    Hello, I'm using "juniper_junos_config" module for loading a config file onto MX series routers. Noticed that it just does "commit". 

    Would like to know how to "commit Syncrhonize" using Ansible. Has anyone tried it?

    Note: I DO NOT have "set system commit synchronize" option enabled on the JUNOS device. 

    thanks!



  • 2.  RE: Commit synchronize option in Ansible

     
    Posted 01-09-2023 05:46
    commit_sync and commit_force_sync were parameters that were added to the Juniper Ansible collection for Junos which can be found here:  https://github.com/Juniper/ansible-junos-stdlib

    As far as I am aware these parameters are not available in the original juniper_junos_config module, only in the newer collection.

    ------------------------------
    Andy Sharp
    ------------------------------