Skip to content

Instantly share code, notes, and snippets.

View elsbrock's full-sized avatar
💻

Simon Elsbrock elsbrock

💻
  • Europe, Germany
  • 03:46 (UTC +02:00)
View GitHub Profile
@elsbrock
elsbrock / pedantically_commented_playbook.yml
Created December 2, 2015 21:14 — forked from marktheunissen/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
---
# ^^^ 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.