Skip to content

Instantly share code, notes, and snippets.

View chelming's full-sized avatar

Chris Helming chelming

View GitHub Profile
@chelming
chelming / 0_reuse_code.js
Created January 4, 2017 15:13
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.