Skip to content

Instantly share code, notes, and snippets.

View git001's full-sized avatar

Aleks git001

View GitHub Profile
14:37:20.401 Imap::Mailbox::OpenConnectionTask OpenConnectionTask: Activated
14:37:20.408 *** Nach imap.xxx wird gesucht ...
14:37:20.408 conn Rechnername wird aufgelöst ...
14:37:20.423 *** Verbindung zu imap.xxx:143 wird aufgebaut ...
14:37:20.423 conn Verbindung zum IMAP-Server wird hergestellt ...
14:37:20.446 *** Connection established
14:37:20.446 *** Verbunden
14:37:20.446 conn Fähigkeiten werden überprüft ...
14:37:20.475 <<< * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS LOGINDISABLED AUTH=DIGEST-MD5 AUTH=CRAM-MD5] Server ready.␍␊
14:37:20.475 conn Anfrage nach Verschlüsselung ...
@git001
git001 / app.yml
Created August 31, 2016 15:39
zone-specs
# data structure as an imput for several playbooks/roles
---
application_zone_spec:
zone_name: "customer-1_prod_ht"
organization_name: "e.g. ORG"
country: "e.g. COUNTRY"
subnets:
- subnet-1
- subnet-2
@git001
git001 / ansible-out.txt
Created August 31, 2016 15:38
Output of a ansible run
TASK [ingress_add : Print ingress hostnames] ***********************************
ok: [<HOSTNAME>] => {
"check_router": {
"changed": true,
"failed": true,
"msg": "One or more items failed",
"results": [
{
"_ansible_item_result": true,
"_ansible_no_log": false,
#!/bin/bash -e
# Neil Williams, reddit
# configuration that doesn't change much
REDDIT_REPO=git://github.com/git001/reddit.git
I18N_REPO=git://github.com/git001/reddit-i18n.git
APTITUDE_OPTIONS="-y" # limit bandwidth: -o Acquire::http::Dl-Limit=100"
# don't blunder on if an error occurs
set -e