From 2252ae162590cb5d3639ecd53764f5e0b6a69786 Mon Sep 17 00:00:00 2001 From: Simon Schuster Date: Sun, 18 Sep 2016 13:24:35 +0200 Subject: [PATCH] add a hostsfile for the vagrant vm --- hosts | 1 + 1 file changed, 1 insertion(+) create mode 100644 hosts diff --git a/hosts b/hosts new file mode 100644 index 0000000..3bdedc6 --- /dev/null +++ b/hosts @@ -0,0 +1 @@ +openwrt ansible_port=2222 ansible_host=127.0.0.1 ansible_user=root ansible_password=root