Code development platform for open source projects from the European Union institutions

Add `retry` to every network call

Decision record

Our Ansible roles make a lot of network calls to Netbox in order to provision and deploy the RPS. This makes the roles fragile to temporary network failures.

Let's mitigate this by using Ansible's builtin retry mechanism.

Changes

  • Add retry to every network call
  • 🔖 v0.35.0

Merge request reports

Loading