Skip to content

CE-2397: Prepare the backend for Netbox Integration

Domonkos Gulyas requested to merge CE-2397_Prepare-for-Netbox-Integration into master

A few new variables have been added:

  • NETBOX_CACHE_EXP_IN_SEC (60 by default)
  • NETBOX_HOST (Initially it points to the test NetBox host. Later, it has to be changed to the live version.)
  • NETBOX_TOKEN (It needs to retrieve from the Ansible Vault.)

Closes CE-2397

Merge request reports