From 9c9af27211152c76a4bf637db7fd32cdb997dbda Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 8 May 2015 11:19:46 +0300 Subject: [PATCH] README.md: Adjust headings Use second- and third-level headings, respectively. When rendered in GitHub, `#` is an `

`, which should actually be the most pro- minent heading on the page; in this case GitHub's own headings sho- uld take precedence, so ours should start at `

` essentially. Signed-off-by: Alan Orth --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af711a0..f8111d8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Ansible Playbook +## Ansible Playbook Ansible playbook for base and initial configuration of web server hosting my personal websites. After successful execution of this playbook, however, there is still some manual work to import databases, copy site content, etc. -## Assumptions +### Assumptions Before you can run this, a few things are assumed: - You have a clean, minimal Ubuntu 14.04 host up and running @@ -15,7 +15,7 @@ Before you can run this, a few things are assumed: web01 ``` -## Use +### Use Once you've satisfied the the above assumptions, you can execute: ansible-playbook web.yml -i hosts -K