From d28e11f028ae624520172d59c03604adf4ae902c Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Tue, 3 Feb 2015 20:49:37 -0500 Subject: [PATCH] add inventory file --- ch01/playbooks/inventory | 1 + 1 file changed, 1 insertion(+) create mode 100644 ch01/playbooks/inventory 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 -- 2.44.0