Updated a little bit.

This commit is contained in:
Mark J. Horninger 2024-03-01 14:11:18 -05:00
parent c2d11722f8
commit f8443f6959
1 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,8 @@ This collection allows you to manage your netbird servers.
- [Retrieve all Netbird Peers that _are Connected_](#retrieve-all-netbird-peers-that-are-connected)
- [A More Complex example](#a-more-complex-example)
- [Available data for custom groupings](#available-data-for-custom-groupings)
- [Contributing](#contributing)
- [Contributors](#contributors)
## Required Python Libraries
@ -95,3 +97,10 @@ Fields are taken directly from the responses at the [Netbird Peers API](https://
| last_login | `string` | |
| approval_required | `boolean` | |
| accessible_peers_count | `integer` | |
# Contributing
Please see [CONTRIBUTING.md](https://github.com/dominion-solutions/ansible-netbird/blob/main/.github/CONTRIBUTING.md)
# Contributors
- [Mark J. Horninger](https://github.com/spam-n-eggs)
- [All Contributors](https://github.com/dominion-solutions/ansible-netbird/graphs/contributors)