This talk is also known as ‘PostMortem Facilitation: Theory and Practice of "New View" Debriefings’ Background reading for attendees
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Based on the instructions in | |
# https://bucardo.org/wiki/Bucardo/Installation | |
# -------- configuration: Variables | |
BUCARDO_VERSION='5.4.1' | |
DOWNLOAD_URL="http://bucardo.org/downloads/Bucardo-${BUCARDO_VERSION}.tar.gz" | |
# ------------------------------- | |
TEMP_FILE="/tmp/${RANDOM}.tar.gz" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ok: [localhost] => { | |
"var": { | |
"linode": { | |
"changed": true, | |
"instance": { | |
"fqdn": "liXXXXXX.members.linode.com", | |
"id": LINODE_ID, | |
"ipv4": "LINODE_PUBLIC_IP", | |
"name": "LINODE_NAME", | |
"private": [], |
NewerOlder