aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-05-13 20:18:36 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-05-13 20:18:36 +0200
commita79c9135fc2ed27b8d2374ab9728124f2357d2f1 (patch)
tree80ff92229bdc51638c7709a8892bbddc61abb504 /ansible
parentafe950d0ef2d6cb192bbe2a1013be5915c47eaaa (diff)
Move stuff from /opt/nms to /opt/gondul etc
Still lots to do
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/basics/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
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