Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-hp-proliant-support-pack
Ansible role to set up HP proliant support pack in Ubuntu systems
https://github.com/oefenweb/ansible-hp-proliant-support-pack
ansible hp monitoring proliant support-pack ubuntu
Last synced: about 1 month ago
JSON representation
Ansible role to set up HP proliant support pack in Ubuntu systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-hp-proliant-support-pack
- Owner: Oefenweb
- License: mit
- Created: 2015-11-13T11:51:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T10:20:22.000Z (8 months ago)
- Last Synced: 2024-05-03T14:45:07.125Z (8 months ago)
- Topics: ansible, hp, monitoring, proliant, support-pack, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 104 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## hp-proliant-support-pack
[![CI](https://github.com/Oefenweb/ansible-hp-proliant-support-pack/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-hp-proliant-support-pack/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-hp--proliant--support--pack-blue.svg)](https://galaxy.ansible.com/Oefenweb/hp_proliant_support_pack)Install HP Proliant support pack.
#### Requirements
* `software-properties-common` (will be installed)
* `dirmngr` (will be installed)#### Variables
None
* `hp_proliant_support_pack_install`: [default: see `defaults/main.yml`]: Packages to install
* `hp_proliant_support_pack_install.{n}.name`: [required]: Package name
* `hp_proliant_support_pack_install.{n}.codename`: [optional, default: `ansible_distribution_release`]: Codename of target release to use
* `hp_proliant_support_pack_install.{n}.state`: [optional, default: `latest`]: Indicates the desired package state* `hp_proliant_support_pack_repository_version`: [default: `current`]: Repository version to use (e.g. `12.40`)
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.hp-proliant-support-pack
```#### License
MIT
#### Author Information
* Mark van Driel
* Mischa ter Smitten#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-hp-proliant-support-pack/issues)!