Skip to content

Instantly share code, notes, and snippets.

View nbmoody's full-sized avatar

Nathaniel Moody nbmoody

  • United States, Indiana
View GitHub Profile
@nbmoody
nbmoody / pedantically_commented_playbook.yml
Created October 1, 2018 17:39 — 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.
@nbmoody
nbmoody / .gitignore
Created September 21, 2018 14:43 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@nbmoody
nbmoody / ansible-summary.md
Created September 10, 2018 20:42 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of