From: Lorin Hochstein Date: Wed, 4 Feb 2015 01:49:37 +0000 (-0500) Subject: add inventory file X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=d28e11f028ae624520172d59c03604adf4ae902c;p=ansiblebook.git add inventory file --- diff --git a/ch01/playbooks/inventory b/ch01/playbooks/inventory new file mode 100644 index 0000000..dc271d2 --- /dev/null +++ b/ch01/playbooks/inventory @@ -0,0 +1 @@ +testserver ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 ansible_ssh_user=vagrant ansible_ssh_private_key_file=.vagrant/machines/default/virtualbox/private_key