From 14dadd560a6d89550420644385ed68ff80fa9b6e Mon Sep 17 00:00:00 2001 From: John Roach Date: Tue, 11 Oct 2016 20:59:39 -0400 Subject: [PATCH] Adding the last gotcha I had regarding hosts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9c65bc..e9b8fdb 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,9 @@ ``` ansible-playbook -i hosts_one playbooks/hosts.yml -v ansible-playbook -i hosts.d playbooks/hosts.yml -v + ansible-playbook playbooks/hosts.yml -v ``` Gotchas: - If using directory for hosts naming of host files are important. Example: change allhosts to zhosts - Just because you specified hosts in a sequence doesn't mean runs will be in a sequence + - Specify your hosts file otherwise be ready to get the unexpected (i.e. /etc/ansible/hosts might get picked up!)