From: Lorin Hochstein Date: Thu, 5 Feb 2015 02:16:26 +0000 (-0500) Subject: add examples to inventory X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=5f82431e1dbe38609a5c7e8cc97ec14e42460541;p=ansiblebook.git add examples to inventory --- diff --git a/ch03/inventory b/ch03/inventory index e437217..d99e195 100644 --- a/ch03/inventory +++ b/ch03/inventory @@ -1,3 +1,12 @@ +ontario.example.com +newhampshire.example.com +maryland.example.com +virginia.example.com +newyork.example.com +quebec.example.com +rhodeisland.example.com + +[vagrant] vagrant1 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 vagrant2 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2200 vagrant3 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2201