From a79c9135fc2ed27b8d2374ab9728124f2357d2f1 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 13 May 2016 20:18:36 +0200 Subject: Move stuff from /opt/nms to /opt/gondul etc Still lots to do --- ansible/roles/basics/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ansible') diff --git a/ansible/roles/basics/tasks/main.yml b/ansible/roles/basics/tasks/main.yml index dc13f2e..ec2f45e 100644 --- a/ansible/roles/basics/tasks/main.yml +++ b/ansible/roles/basics/tasks/main.yml @@ -35,12 +35,12 @@ tags: - start - name: workaround to get gondul-varnish-front-ip - shell: "docker inspect gondul-varnish | grep IPAddress | sed 's/[^0-9.]//g'" + shell: "docker inspect gondul-varnish-test | grep IPAddress | sed 's/[^0-9.]//g'" register: ip tags: - start - name: workaround to get gondul-front-ip - shell: "docker inspect gondul-front | grep IPAddress | sed 's/[^0-9.]//g'" + shell: "docker inspect gondul-front-test | grep IPAddress | sed 's/[^0-9.]//g'" register: ipfront tags: - start -- cgit v1.2.3