Problems when deploying via ansible #302

Open
opened 2025-11-20 05:09:20 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @ykorzikowski on GitHub (Mar 28, 2023).

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). **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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#302