Giter Club home page Giter Club logo

ansible-ilo-rjrpaz's Introduction

ilo

A simple role to manage ilo from Linux (Redhat) servers.

This role is a work in progress. For now it just install/upgrade the ILO firmware using OS packet management tools.

Requirements

This role assumes you already downloaded desired firmware version rpm package to the files/ directory.

Latest version for the firmware can be found here.

Check revision history link and select latest version. Then select the download link and you will find the rpm file.

Role Variables

  • installer_directory: directory where the rpm package is going to be copied (default value: /var/tmp)
  • firmware_package: name of the rpm file to be copied. It should be located in files/ (default value: firmware-ilo4-2.80-1.1.i386.rpm)
  • ilo: dictionary that defines ILO version according to HP server model. Current values are:
    • Gen9: ilo4
    • Gen10: ilo5

Dependencies

This role doesn't require any additional non-core roles.

Example Playbook

Check tests/firmware_upgrade.yml as an example of how to use this role. You can run the role like this (please remember to set roles path properly to make this role reachable by the playbook):

$ ansible-playbook -u user -kK --extra-vars="server=destVm" -i inventory_file firmware_upgrade.yml
 ...
  • user: user to log on the remote server using SSH. The user should be able to escalate superuser privileges.

  • destVm: server where this agent is going to be installed. It should exist in the inventory_file below. Name of a group of servers or the reserved word "all" can be used (check ansible documentation for more info).

  • inventory_file: inventory file including the list of servers where this playbook might be applied.

License

BSD

Author Information

https://github.com/rjrpaz/ansible-ilo

ansible-ilo-rjrpaz's People

Contributors

rjrpaz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.