aristanetworks / ansible-cvp

Ansible modules for Arista CloudVision
http://cvp.avd.sh
Apache License 2.0
66 stars 61 forks source link

Feature: add accounts API's #539

Closed pvinci-arista closed 1 year ago

pvinci-arista commented 1 year ago

Enhancement summary

Add the ability to create CVP api accounts via ansible.

svc_account_token_get_all()
svc_account_token_get_one()
svc_account_token_delete()
svc_account_token_set()
svc_account_get_all()
svc_account_get_one()
svc_account_set()
svc_account_delete()
svc_account_delete_expired_tokens()

Which component of AVD is impacted

other

Use case example

provisioning of service accounts

Describe the solution you'd like

create a new module cv_accounts_v3 to implement the service account configuration, consistent with the other existing modules.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct

pvinci-arista commented 1 year ago

duplicate