Skip to content

Instantly share code, notes, and snippets.

[global]
memory mode = none
hostname = DEV
history = 720
update every = 5
memory deduplication (ksm) = yes
delete obsolete charts files = yes
delete orphan hosts files = yes
[web]
mode = none
---
# ^^^ 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.