You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
335 B
YAML
8 lines
335 B
YAML
- name: Join netbird-network
|
|
when: "netbird_client.join_network.setup_key is defined"
|
|
command: "netbird up --management-url {{ netbird_client.join_network.management_url }} {{ netbird_client.join_network.setup_key }}"
|
|
failed_when: command.rc != 0
|
|
changed_when: "'Connected' in command.stdout"
|
|
register: command
|
|
throttle: 1
|