From 00e0af0714b601128c4226787ca9ea7f11938bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Tue, 6 Nov 2012 18:02:18 +0000 Subject: [PATCH] Add note about hostname vs ip address --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index e82fd5870a..315cd247bd 100644 --- a/README +++ b/README @@ -83,6 +83,7 @@ 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. - name: check/create instance hosts: $YOUR_HOSTNAME/IP HERE user: root