Skip to content

Instantly share code, notes, and snippets.

From 0d86b75de62e10658e9d0c80272b3e3b1782f7fe Mon Sep 17 00:00:00 2001
From: Bjoern Teipel <bjoern.teipel@rackspace.com>
Date: Thu, 8 Aug 2019 10:36:40 -0400
Subject: [PATCH] Collapse ironic helpers
- Both playbooks seem to have done the same
- List of host has been reduced to the necessary group
- Fixed missing vars dependencies and pip name
---
playbooks/install-ironic-helper-tools.yml | 53 ---------------
@BjoernT
BjoernT / netplan-config.yaml
Last active September 1, 2022 15:20
netplan-config
network:
version: 2
ethernets:
eno4:
mtu: 1500
eno5:
mtu: 1500
bonds:
bond0:
interfaces: [eno5, eno6]