parent
6243672014
commit
895904251f
|
|
@ -43,7 +43,7 @@ body:
|
||||||
id: ansible-version
|
id: ansible-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Ansible Version
|
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
|
placeholder: 2.16.4
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -57,6 +57,7 @@ body:
|
||||||
- macOS
|
- macOS
|
||||||
- Windows
|
- Windows
|
||||||
- Linux
|
- Linux
|
||||||
|
- BSD
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: notes
|
id: notes
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ strict: No
|
||||||
---
|
---
|
||||||
plugin: dominion_solutions.netbird.netbird
|
plugin: dominion_solutions.netbird.netbird
|
||||||
api_key: nbp_this_is_a_fake_api_key
|
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
|
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
|
plugin: dominion_solutions.netbird.netbird
|
||||||
api_key: nbp_this_is_a_fake_api_key
|
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
|
netbird_connected: False
|
||||||
leading_separator: No
|
leading_separator: No
|
||||||
netbird_groups:
|
netbird_groups:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue