jeisenbath / ansible-collection-tripplite-poweralert

Ansible Collection for using Tripplite's Power Alert Device Manager REST API
GNU General Public License v3.0
1 stars 0 forks source link

Tripplite Power Alert Device Manager Collection for Ansible

Included Content

Modules

Name Description
jeisenbath.tripplite.padm_api Interface with Power Alert Device Manager REST API
jeisenbath.tripplite.padm_snmp_user Manage SNMP users

External requirements

pip install -r requirements.yml

Installing the Collection from Ansible Galaxy

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

ansible-galaxy collection install git+https://github.com/jeisenbath/ansible-collection-tripplite-poweralert.git

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: tripplite.poweralert
    type: git
    source: https://github.com/jeisenbath/ansible-collection-tripplite-poweralert

Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the ansible package. To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install git+https://github.com/jeisenbath/ansible-collection-tripplite-poweralert.git --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 0.1.0:

ansible-galaxy collection install git+https://github.com/jeisenbath/ansible-collection-tripplite-poweralert.git,v0.1.0

See Ansible Using collections for more details.

More Information

Documentation for the Power Alert Device Manager API.

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.