From 1f32f8d31fcfb8949e554146d6e1c68338167848 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 6 Nov 2012 18:08:23 +0000 Subject: [PATCH] clarify the note a bit --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 315cd247bd..45e0840a3d 100644 --- a/README +++ b/README @@ -83,7 +83,9 @@ description: some description so someone else can know what this is 4. setup a host playbook ansible/playbooks/hosts/$YOUR_HOSTNAME_HERE.yml - Note: The filename must be the Hostname, not IP address. + Note: the name of this file doesn't really matter but it should normally + be the hostname of the host you're setting up. + - name: check/create instance hosts: $YOUR_HOSTNAME/IP HERE user: root