{% extends 'base.html' %} {% load helpers %} {% block title %}Sync with FreeIPA{% endblock %} {% block content %}
Synchronize with FreeIPA

This action will synchronize all enrolled hosts from your FreeIPA server with NetBox.

The synchronization will:

  • Create new host entries for hosts found in FreeIPA
  • Update existing host entries with current information
  • Remove host entries that no longer exist in FreeIPA
{% csrf_token %}
Cancel
{% endblock %}