[GH-ISSUE #770] Problems when deploying via ansible #1204

Open
opened 2026-08-05 00:41:36 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @ykorzikowski on GitHub (Mar 28, 2023).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/770

Describe the problem
I created a ansible role for deploying netbird automatically.

For this, I retrieve the setup key via bitwarden vault, install netbird and run the up command afterwards. (Will add this to github later)

There are two issues I am dealing with right now:

  1. sometimes, the up command fails (actually most of the times). Not sure if its timing issue or something. I am trying to retry it multiple times or restarting the netbird service

  2. When re-installing my server via ansible role, connecting a second time to netbird will result into different dns name. E.g. server.example.com will be server-1.example.com after running it a second time.
    Question: Is there an option for delelting it automatically? Now, I need to manually delete the old netbird entry in the webinterface.

Are there plans improving automatic netbird deployment for servers?

Originally created by @ykorzikowski on GitHub (Mar 28, 2023). Original GitHub issue: https://github.com/netbirdio/netbird/issues/770 **Describe the problem** I created a ansible role for deploying netbird automatically. For this, I retrieve the setup key via bitwarden vault, install netbird and run the up command afterwards. (Will add this to github later) There are two issues I am dealing with right now: 1. sometimes, the up command fails (actually most of the times). Not sure if its timing issue or something. I am trying to retry it multiple times or restarting the netbird service 2. When re-installing my server via ansible role, connecting a second time to netbird will result into different dns name. E.g. server.example.com will be server-1.example.com after running it a second time. Question: Is there an option for delelting it automatically? Now, I need to manually delete the old netbird entry in the webinterface. Are there plans improving automatic netbird deployment for servers?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#1204