ecoprintec / ilo-ansible-collection

Ansible Collection and Sample Playbooks for HPE iLO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hpe.ilo - Ansible playbooks and roles for iLOs using Redfish APIs

This repository contains the Ansible playbook samples and Ansible roles for automating the HPE server lifecycle management using iLOs. The examples highlight the capabilities of the modules and their ability to be integrated into more complex playbooks, workflows, and applications.

These roles and playbooks should give you a very good idea of how to create your own playbooks for your own needs.

Example playbooks and roles use the following collection and modules:

Requirements

  • ansible >= 2.11

Installation

To install in ansible default or defined paths use:

ansible-galaxy collection install hpe.ilo

Ansible set up

To install Ansible and Community general package use:

sudo python -m pip install ansible
ansible-galaxy collection install community.general
pip install python-ilorest-library
pip install paramiko
pip install certifi

License

This project is licensed under the Apache 2.0 license. Please see the LICENSE for more information.

Contributing and feature requests

Contributing: We welcome your contributions to the Ansible Modules for HPE OneView. See CONTRIBUTING.md for more details.

Feature Requests: If you have a need that is not met by the current implementation, please let us know (via a new issue). This feedback is crucial for us to deliver a useful product. Do not assume that we have already thought of everything, because we assure you that is not the case.

Features

The HPE.Oneview collection includes roles, modules, sample playbooks, module_utils

Copyright

© Copyright 2022-24 Hewlett Packard Enterprise Development LP

About

Ansible Collection and Sample Playbooks for HPE iLO

License:Apache License 2.0


Languages

Language:Python 99.7%Language:Dockerfile 0.3%