Skip to content

Instantly share code, notes, and snippets.

View smbambling's full-sized avatar

Steven Bambling smbambling

View GitHub Profile
@xocasdashdash
xocasdashdash / Ansible Dockerfile
Created February 9, 2020 18:26
With Openstack and Python Consul
FROM python:3.7-slim as BUILDER
RUN apt-get update && apt-get install -y --no-install-recommends gcc python-dev && \
pip install netifaces==0.10.9
FROM python:3.7-slim as RUNNER
# Set Workdir
WORKDIR /ansible
# Define volumes
VOLUME [ "/ansible" ]
@andrewspiers
andrewspiers / change-idrac-password.rst
Last active October 22, 2018 07:30
Change iDRAC password using OpenManage

How to change an iDRAC password using Racadm for a Dell R720 and similar servers.

TLDR:

#  racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 2 <newpassword>

This guide assumes you have OpenManage installed. It was tested with the following version of OpenManage: