ziadkiwan / redfish-ansible-module

Ansible module for Out-Of-Band Controllers using Redfish APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible module for Out-Of-Band (OOB) controllers using Redfish APIs

This module is now part of the upstream Ansible repository:

To use them, clone the Ansible repository and follow the examples:

$ git clone https://github.com/ansible/ansible.git

Sample playbooks and inventory file

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

Here is a sample inventory file.

Old development work

I left 2 development branches in this repository. They are no longer maintained and are for reference ONLY:

  • fordell - Original module specific to Dell servers. I have not updated this branch in quite some time and the code base is quite old.

  • old_master - Module was updated to be vendor agnostic. Code here is also quite outdated.

Report problems or provide feedback

If you run into any problems or would like to provide feedback, please open an issue here.

About

Ansible module for Out-Of-Band Controllers using Redfish APIs

License:GNU General Public License v3.0