No description
Find a file
2024-06-12 16:22:03 +01:00
.gitignore changed hosts in templating schema 2024-06-12 16:03:46 +01:00
apply-hostnames.py write basic 2024-06-12 15:43:42 +01:00
apply-licenses.py write basic 2024-06-12 15:43:42 +01:00
get-MACs.py write basic 2024-06-12 15:43:42 +01:00
get-serials.py write basic 2024-06-12 15:43:42 +01:00
hosts-in-example.csv template tidy-up 2024-06-12 16:19:14 +01:00
README.md readme amendment re: venvs 2024-06-12 16:22:03 +01:00
set-ipmi-enabled.py write basic 2024-06-12 15:43:42 +01:00

This repository contains a number of scripts that are designed to interact with HPE iLO BMCs (Hewlett Packard Enterprises, integrated Lights Out, Baseboard Management Controllers ) to access information and provide limited actuation. If usage information is not provided through the help text for each script, care should be taken when determining what the script will do before running.

Recommend to set up a virtual env for python to load appropriate modules (with e.g. python3 -m venv)