From 2b8e5c971c1c1b80775b6711da5cce3d1eb4cf9d Mon Sep 17 00:00:00 2001 From: Kristian Date: Wed, 19 Apr 2017 17:23:15 +0200 Subject: build: First baby steps to "bare metal" deployment Deals with API and most of the DB so far --- inventory-localhost | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inventory-localhost') diff --git a/inventory-localhost b/inventory-localhost index 7cc7a20..1b56b6e 100644 --- a/inventory-localhost +++ b/inventory-localhost @@ -1,2 +1,6 @@ [front-test] localhost ansible_connection=local +[postgres] +localhost ansible_connection=local +[web] +localhost ansible_connection=local -- cgit v1.2.3