From d604932f63d1b3b21421918dc2f78b65dc89aad2 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Tue, 3 Feb 2015 21:40:09 -0500 Subject: [PATCH] add inventory file --- ch02/playbooks/inventory | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ch02/playbooks/inventory 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 -- 2.44.0