Skip to content

Instantly share code, notes, and snippets.

@jlwestsr
jlwestsr / vagrant-box-update-all.sh
Last active August 9, 2018 16:12 — forked from gMagicScott/vagrant-box-update-all.sh
Update all locally installed vagrant boxes and cleanup (prune) older versions.
#!/bin/bash
#
# FILE: vagrant-box-update-all.sh
# Update all locally installed vagrant boxes and cleanup (prune) older versions.
#
# $ bash ./vagrant-box-update-all.sh
#
# Find all boxes which have updates
@labrown
labrown / elasticsearch-handlers-main.yml
Last active September 22, 2023 12:11
Ansible rolling restart of Elasticsearch Cluster
---
###
# Elasticsearch Rolling restart using Ansible
###
##
## Why is this needed?
##
#
# Even if you use a serial setting to limit the number of nodes processed at one