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 From 5bd19932a886eae468fea8bcb0e30c78f1d45141 Mon Sep 17 00:00:00 2001 From: Kristian Date: Wed, 19 Apr 2017 18:13:19 +0200 Subject: build: Add ping/snmp to new-scheme --- inventory-localhost | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inventory-localhost') diff --git a/inventory-localhost b/inventory-localhost index 1b56b6e..ee4e0bc 100644 --- a/inventory-localhost +++ b/inventory-localhost @@ -4,3 +4,7 @@ localhost ansible_connection=local localhost ansible_connection=local [web] localhost ansible_connection=local +[ping] +localhost ansible_connection=local +[snmp] +localhost ansible_connection=local -- cgit v1.2.3 From 4e04c35f04c264d728587a54d0515eef0a42a44b Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Wed, 19 Apr 2017 18:17:40 +0200 Subject: build/: Make room for new deployment scheme --- inventory-localhost | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 inventory-localhost (limited to 'inventory-localhost') diff --git a/inventory-localhost b/inventory-localhost deleted file mode 100644 index ee4e0bc..0000000 --- a/inventory-localhost +++ /dev/null @@ -1,10 +0,0 @@ -[front-test] -localhost ansible_connection=local -[postgres] -localhost ansible_connection=local -[web] -localhost ansible_connection=local -[ping] -localhost ansible_connection=local -[snmp] -localhost ansible_connection=local -- cgit v1.2.3