Synchronize Configurations between Cluster Members via cli
-
Hello,
I am working on ansible pfsense automation.
I want to ask and confirm the best way to trigger config sync between two firewalls?
Any suggestions are welcome.# Reload the system config-if changed - name: Reload_System_Config become: true ansible.builtin.shell: "{{ item }}" loop: - rm /tmp/config.cache - /etc/rc.reload_all # Synchronize Configurations between Cluster Members - name: System_configure_sync become: true ansible.builtin.shell: "{{ item }}" loop: - /etc/rc.filter_configure_sync - /etc/rc.filter_synchronize