parent
6243672014
commit
895904251f
|
|
@ -43,7 +43,7 @@ body:
|
|||
id: ansible-version
|
||||
attributes:
|
||||
label: Ansible Version
|
||||
description: What version of Laravel are you running? Please be as specific as possible
|
||||
description: What version of Ansible Core are you running? Please be as specific as possible
|
||||
placeholder: 2.16.4
|
||||
validations:
|
||||
required: true
|
||||
|
|
@ -57,6 +57,7 @@ body:
|
|||
- macOS
|
||||
- Windows
|
||||
- Linux
|
||||
- BSD
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ strict: No
|
|||
---
|
||||
plugin: dominion_solutions.netbird.netbird
|
||||
api_key: nbp_this_is_a_fake_api_key
|
||||
api_url: https://netbird.example.com/api/v1
|
||||
api_url: https://netbird.example.com/api/
|
||||
netbird_connected: True
|
||||
```
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ This example gets all peers in the _All_ group and builds the additional _connec
|
|||
---
|
||||
plugin: dominion_solutions.netbird.netbird
|
||||
api_key: nbp_this_is_a_fake_api_key
|
||||
api_url: https://netbird.example.com/api/v1
|
||||
api_url: https://netbird.example.com/api/
|
||||
netbird_connected: False
|
||||
leading_separator: No
|
||||
netbird_groups:
|
||||
|
|
|
|||
Loading…
Reference in New Issue