From 381b3c971ae3217b50462cdd82388802248ee1a0 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 23 Feb 2012 14:20:28 -0500 Subject: [PATCH] Example for list of hosts syntax TODO: add a command to auto-add a host, list hosts, etc --- examples/ansible_hosts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/ansible_hosts diff --git a/examples/ansible_hosts b/examples/ansible_hosts new file mode 100644 index 00000000000..fabc8938ac4 --- /dev/null +++ b/examples/ansible_hosts @@ -0,0 +1,2 @@ +127.0.0.1 +192.168.1.255