Skip to content

git

Backup Netscaler Configuration Files to Git using Ansible

Out of the box Netscaler VPX has backup solution, which can be used for most recovery situations. As long as the backup file is stored external to the system.

But for situations where you want to audit any changes to the configuration and have the configuration under version control the solution does not work. This is where Git comes into the picture. With Git it can provide virtual control, a way of backing up the configuration file external to the device. If you want you could also make the configuration file become part of CI/CD pipeline.

Diagram


Read More »Backup Netscaler Configuration Files to Git using Ansible