From 2e70187e8c02da90133d6aa4f01f065b80819432 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Tue, 12 Dec 2017 17:20:20 +0100 Subject: [PATCH 1/2] hosts --- hosts/production | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hosts/production b/hosts/production index d3d31b7..a155b58 100644 --- a/hosts/production +++ b/hosts/production @@ -1,8 +1,11 @@ +[test_common] +ruby_test + [backup] -10.0.3.113 +backup01 [backupclient] -10.0.3.161 +backupclient [ruby] -10.0.3.40 \ No newline at end of file +#10.0.3.40 \ No newline at end of file From 35554a4bf85aa14e5677a1ee79c5f8659f93f73a Mon Sep 17 00:00:00 2001 From: Pet Date: Fri, 9 Feb 2018 16:48:59 +0100 Subject: [PATCH 2/2] added install python-virtualenv --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 580c7f9..03fdc41 100755 --- a/install +++ b/install @@ -1,4 +1,5 @@ #/bin/bash +sudo apt-get install python-virtualenv if [ ! -d ".env_ansible" ]; then virtualenv .env_ansible fi