From aea554bd7e1cd34f841db6b70c824e2a82e07f70 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Wed, 4 Feb 2015 22:14:00 -0500 Subject: [PATCH] Remove vagrant from inventory file This now lives in our dynamic inventory script --- ch03/inventory/hosts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ch03/inventory/hosts b/ch03/inventory/hosts index 80dedfa..e6af0c9 100644 --- a/ch03/inventory/hosts +++ b/ch03/inventory/hosts @@ -14,11 +14,6 @@ virginia.example.com ontario.example.com quebec.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 - [lb] delaware.example.com -- 2.44.0