From: Lorin Hochstein Date: Sun, 8 Feb 2015 20:09:58 +0000 (-0500) Subject: Explicitly add localhost to static inventory X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=21b8a1a8f2b9ed1d7fae71c4321bd8a822ce732b;p=ansiblebook.git Explicitly add localhost to static inventory Need this otherwise Ansible is upset that there are no hosts when referencing localhost --- diff --git a/ch12/playbooks/inventory/static b/ch12/playbooks/inventory/static index af61ebc..b87b861 100644 --- a/ch12/playbooks/inventory/static +++ b/ch12/playbooks/inventory/static @@ -1,3 +1,4 @@ +localhost ansible_connection=local [web:children] tag_type_web