Skip to content

Instantly share code, notes, and snippets.

@carbonin
carbonin / clean_manageiq.sh
Created November 6, 2017 20:39
Script to clean out the default setup of a ManageIQ appliance. This should make the appliance easier to configure in multi-server architectures.
#!/bin/bash
# Stop and disable services
systemctl stop evmserverd
systemctl disable evmserverd
systemctl stop $APPLIANCE_PG_SERVICE
systemctl disable $APPLIANCE_PG_SERVICE
# Remove auto-generated files