From 2a08f7bc0aa47319f9fa5206a9ab5757641b6086 Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Mon, 4 Jan 2016 14:54:30 +0100 Subject: [PATCH] inventory example, localhost for downloader --- inventory/inventory.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/inventory.example b/inventory/inventory.example index 21683b2c2..ab0d1fca1 100644 --- a/inventory/inventory.example +++ b/inventory/inventory.example @@ -1,5 +1,5 @@ [downloader] -local ansible_ssh_host=10.99.0.26 ansible_connection=local ansible_python_interpreter=python2 +localhost ansible_connection=local ansible_python_interpreter=python2 [kube-master] node1 ansible_ssh_host=10.99.0.26