seapath / ansible

This repo contains all the ansible playbooks used to deploy or manage a cluster, as well as inventories examples
https://lfenergy.org/projects/seapath/
Apache License 2.0
6 stars 16 forks source link

Add snmp v3 support #612

Closed insatomcat closed 1 month ago

insatomcat commented 2 months ago

This create the snmp v3 user accounts. API Change : new inventory variable for the snmp v3 user accounts:

 snmp_accounts:
    - name: user1
      password: mypassword1
    - name: user2
      password: mypassword2
    - name: user3
      password: mypassword3