Ansible role to setup Openmanage on Dell hardware
Go to file
Jeremy Gardais e3e72be257
Set "present" state for Dell hardware
2018-11-23 16:37:21 +01:00
defaults Set "present" state for Dell hardware 2018-11-23 16:37:21 +01:00
meta Add linux.dell.com repo 2018-11-23 15:19:21 +01:00
tasks Add linux.dell.com repo 2018-11-23 15:19:21 +01:00
tests Add linux.dell.com repo 2018-11-23 15:19:21 +01:00
.travis.yml Add linux.dell.com repo 2018-11-23 15:19:21 +01:00
CHANGELOG.md Set "present" state for Dell hardware 2018-11-23 16:37:21 +01:00
README.md Set "present" state for Dell hardware 2018-11-23 16:37:21 +01:00

README.md

Openmanage

  1. Overview
  2. Role Variables
  3. Example Playbook
  4. Configuration
  5. Development
  6. License
  7. Author Information

Overview

A role to manage Openmanage installation and configuration.

Role Variables


openmanage__repositories**: List of APT repositories that can provide OpenManage. Each entry is a dict [default: See default/main.yml].

  • openmanage__base_packages: List of base packages in order to provide Openmanage [default: openmanage].
  • openmanage__deploy_state: The desired state this role should achieve. [default for Dell hardware: present].

Example Playbook

  • Use defaults vars:
- hosts: mynode.DOMAIN
  roles:
    - role: ipr-cnrs.openmanage
      tags: ['role::openmanage', 'ipr', 'idrac']

Configuration

This role will:

  • Add an APT repository in order to provide OpenManage.

Development

This source code comes from our Gogs instance and the Github repo exist just to be able to send the role to Ansible Galaxy…

But feel free to send issue/PR here :)

Thanks to this hook, Github automatically got updates from our Gogs instance :)

License

WTFPL

Author Information

Jérémy Gardais