1.9 KiB
1.9 KiB
Openmanage
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__deploy_state : The desired state this role should achieve. [default for Dell hardware :
present
]. - openmanage__install_recommends : If recommended packages should be install. [default :
False
]. - openmanage__base_packages : List of base packages for all racadm base usage [default :
See default/main.yml
].
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.
- Install basic packages for all racadm usage.
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
Author Information
Jérémy Gardais
- Source : on IPR's Gogs
- IPR (Institut de Physique de Rennes)