From 59dc5acbc35902692a8e1e4310a9bbb5b061e43d Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sun, 22 Mar 2020 12:47:28 +0100 Subject: [PATCH] add hosts inventory --- hosts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hosts diff --git a/hosts b/hosts new file mode 100644 index 0000000..05b6de6 --- /dev/null +++ b/hosts @@ -0,0 +1,5 @@ +[remote] +host ansible_user=user + +[local] +localhost ansible_user=root ansible_connection=local \ No newline at end of file