From: Lorin Hochstein Date: Wed, 4 Feb 2015 02:40:09 +0000 (-0500) Subject: add inventory file X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=d604932f63d1b3b21421918dc2f78b65dc89aad2;p=ansiblebook.git add inventory file --- diff --git a/ch02/playbooks/inventory b/ch02/playbooks/inventory new file mode 100644 index 0000000..2ba623d --- /dev/null +++ b/ch02/playbooks/inventory @@ -0,0 +1,2 @@ +[webservers] +testserver ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222